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" \
|
"commands_functions" \
|
||||||
"tasks"
|
"tasks"
|
||||||
rwx_code_cache
|
rwx_code_cache
|
||||||
for items in "${@}"; do
|
for items; do
|
||||||
|
echo
|
||||||
|
echo "↓ ${items}"
|
||||||
echo
|
echo
|
||||||
"rwx_code_${items}"
|
"rwx_code_${items}"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue