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
}
}
# FIXME tasks last module end
}

View file

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