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 directory’s files by extension
#> find #| find
#> sort #| sort
rwx_find_extension() { rwx_find_extension() {
local extension="${1}" local extension="${1}"
local root="${2}" local root="${2}"
@ -125,7 +125,7 @@ EOF
# cache source code of a module # cache source code of a module
# inside a global code variable # inside a global code variable
#> cat #| cat
rwx_cache() { rwx_cache() {
local root="${1}" local root="${1}"
local module="${2}" local module="${2}"