This commit is contained in:
Marc Beninca 2025-07-08 00:44:25 +02:00
parent cc1f8f816a
commit adef5c0768
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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() {