rwx/code
This commit is contained in:
parent
cc1f8f816a
commit
adef5c0768
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue