From 71a1ba65167af570d5f210011d5fa71ae1a9bcaa Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 8 Jul 2025 22:13:38 +0200 Subject: [PATCH] core/code --- sh/code.sh | 2 +- sh/main.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/code.sh b/sh/code.sh index e4ff098..139c578 100644 --- a/sh/code.sh +++ b/sh/code.sh @@ -13,7 +13,7 @@ RWX_MAIN_PATH="${RWX_ROOT_SYSTEM}/${RWX_MAIN_NAME}" RWX_SELF_USER="${HOME}/${RWX_SELF_NAME}" # cache for the parsing awk script -_rwx_code_awk="$(cat "${RWX_ROOT_SYSTEM}/code.awk")" +_rwx_code_awk="$(cat "${RWX_ROOT_SYSTEM}/core/code.awk")" # cache for code aliases _rwx_code_aliases="" # cache for code aliases functions diff --git a/sh/main.sh b/sh/main.sh index f89ee47..a7240fc 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -132,7 +132,7 @@ ${text} # ╰──────┴──────╯ # run initial steps -#< code +#< core/code rwx_main_main() { # cache main rwx_main_cache "${RWX_ROOT_SYSTEM}" "${RWX_MAIN_NAME}"