This commit is contained in:
Marc Beninca 2025-07-07 02:21:50 +02:00
parent fe98428b6c
commit 17aaeb233d
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -21,8 +21,7 @@ rwx_test_code() {
"variables" \ "variables" \
"functions" \ "functions" \
"aliases" \ "aliases" \
"aliases_functions" \ "aliases_functions"
rwx_code rwx_code
for items in "${@}"; do for items in "${@}"; do
echo echo
@ -47,8 +46,7 @@ rwx_test_doc() {
"rwx_cache" \ "rwx_cache" \
\ \
"alias/batcat" \ "alias/batcat" \
"b" \ "b"
for item in "${@}"; do for item in "${@}"; do
echo echo
rwx_code_doc "${item}" rwx_code_doc "${item}"