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}"