From 30882f3fd9b6ece7e7fbcdc43d3104f39922564e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 4 Jul 2025 08:13:29 +0200 Subject: [PATCH] uniq --- sh/main.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sh/main.sh b/sh/main.sh index 8e76ad4..321d1dc 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -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}