uniq
All checks were successful
/ job (push) Successful in 4m29s

This commit is contained in:
Marc Beninca 2025-07-04 08:13:29 +02:00
parent fd587d83d0
commit 30882f3fd9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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}