.
This commit is contained in:
parent
3344390f40
commit
25efbc44cf
2 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@ rwx_cache() {
|
|||
text="$(cat "${path}")"
|
||||
# all source code
|
||||
RWX_CODE="${RWX_CODE}\
|
||||
#↓ ${name}
|
||||
#. ${name}
|
||||
${text}
|
||||
"
|
||||
}
|
||||
|
|
|
@ -8,9 +8,9 @@ rwx_doc() {
|
|||
while IFS= read -r line; do
|
||||
case "${line}" in
|
||||
"#!"*) doc="" ;;
|
||||
"#↓"*)
|
||||
"#."*)
|
||||
doc=""
|
||||
module="$(echo "${line}" | sed "s|#↓ \\(.*\\)|\\1|")"
|
||||
module="$(echo "${line}" | sed "s|#\\. \\(.*\\)|\\1|")"
|
||||
;;
|
||||
*"#"*)
|
||||
[ -n "${doc}" ] && doc="${doc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue