diff --git a/sh/main.sh b/sh/main.sh index 62a5bfc..f9241ac 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -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}"