main/|
This commit is contained in:
parent
8ff5111c0e
commit
34881bb015
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue