code/items
This commit is contained in:
parent
42ebc151c3
commit
44dc07d667
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue