From 25efbc44cf826ec253852873cbfb5491d7414aa9 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 4 Jul 2025 20:24:58 +0200 Subject: [PATCH] . --- sh/main.sh | 2 +- sh/self.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/main.sh b/sh/main.sh index e1fb9de..ef831c0 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -73,7 +73,7 @@ rwx_cache() { text="$(cat "${path}")" # all source code RWX_CODE="${RWX_CODE}\ -#↓ ${name} +#. ${name} ${text} " } diff --git a/sh/self.sh b/sh/self.sh index c214105..c181112 100644 --- a/sh/self.sh +++ b/sh/self.sh @@ -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}