Compare commits

...

3 commits

Author SHA1 Message Date
fa9a2435a4
test/cache
All checks were successful
/ job (push) Successful in 2m56s
2025-07-11 02:21:33 +02:00
d4c76b545e
test/code 2025-07-11 02:14:32 +02:00
24b935329e
tasks/fixme 2025-07-11 00:26:36 +02:00
2 changed files with 6 additions and 2 deletions

View file

@ -214,4 +214,5 @@ END {
print binary print binary
} }
} }
# FIXME tasks last module end
} }

View file

@ -17,14 +17,17 @@ rwx_test_code() {
local items local items
set \ set \
"awk" \ "awk" \
"modules_main" \
"modules_user" \
"constants" \ "constants" \
"variables" \ "variables" \
"functions" \ "functions" \
"aliases" \ "aliases" \
"aliases_functions" \ "aliases_functions" \
"commands" \ "commands" \
"commands_functions" "commands_functions" \
rwx_code "tasks"
rwx_code_cache
for items in "${@}"; do for items in "${@}"; do
echo echo
"rwx_code_${items}" "rwx_code_${items}"