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