parent
fd587d83d0
commit
30882f3fd9
1 changed files with 1 additions and 2 deletions
|
@ -63,8 +63,6 @@ rwx_main() {
|
||||||
# │ main │ cache │
|
# │ main │ cache │
|
||||||
# ╰──────┴───────╯
|
# ╰──────┴───────╯
|
||||||
|
|
||||||
RWX_CODE=""
|
|
||||||
|
|
||||||
# cache source code of a module
|
# cache source code of a module
|
||||||
rwx_cache() {
|
rwx_cache() {
|
||||||
local root="${1}"
|
local root="${1}"
|
||||||
|
@ -73,6 +71,7 @@ rwx_cache() {
|
||||||
local path="${root}/${module}"
|
local path="${root}/${module}"
|
||||||
local text
|
local text
|
||||||
text="$(cat "${path}")"
|
text="$(cat "${path}")"
|
||||||
|
# all source code
|
||||||
RWX_CODE="${RWX_CODE}\
|
RWX_CODE="${RWX_CODE}\
|
||||||
#↓ ${name}
|
#↓ ${name}
|
||||||
${text}
|
${text}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue