core/code

This commit is contained in:
Marc Beninca 2025-07-08 22:13:38 +02:00
parent 5c29d484d4
commit 71a1ba6516
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

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