This commit is contained in:
Marc Beninca 2025-07-08 03:40:08 +02:00
parent 8ff5111c0e
commit 34881bb015
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -42,8 +42,8 @@ RWX_MAIN_PATH="${RWX_ROOT_SYSTEM}/${RWX_MAIN_NAME}"
# ╰──────┴──────╯
# find directory’s files by extension
#> find
#> sort
#| find
#| sort
rwx_find_extension() {
local extension="${1}"
local root="${2}"
@ -125,7 +125,7 @@ EOF
# cache source code of a module
# inside a global code variable
#> cat
#| cat
rwx_cache() {
local root="${1}"
local module="${2}"