code/items

This commit is contained in:
Marc Beninca 2025-08-02 03:22:36 +02:00
parent 42ebc151c3
commit 44dc07d667
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -28,7 +28,9 @@ rwx_test_code() {
"commands_functions" \
"tasks"
rwx_code_cache
for items in "${@}"; do
for items; do
echo
echo "${items}"
echo
"rwx_code_${items}"
done