From adef5c076804a04a2f51143ce099fb8e0a3f198f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 8 Jul 2025 00:44:25 +0200 Subject: [PATCH] rwx/code --- sh/main.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/main.sh b/sh/main.sh index 16ce907..9d79661 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -26,6 +26,9 @@ RWX_SELF_NAME="rwx" # │ main │ variables │ # ╰──────┴───────────╯ +# cache of all sourced code modules +_rwx_code="" + # system root directory of the project RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_SELF_NAME}" # user root directory of the project @@ -77,9 +80,6 @@ rwx_main() { # │ main │ cache │ # ╰──────┴───────╯ -# cache of all sourced code modules -_rwx_code="" - # cache source code of a module # inside a global code variable rwx_cache() {