test/code
This commit is contained in:
parent
24b935329e
commit
d4c76b545e
1 changed files with 4 additions and 1 deletions
|
@ -17,13 +17,16 @@ rwx_test_code() {
|
|||
local items
|
||||
set \
|
||||
"awk" \
|
||||
"modules_main" \
|
||||
"modules_user" \
|
||||
"constants" \
|
||||
"variables" \
|
||||
"functions" \
|
||||
"aliases" \
|
||||
"aliases_functions" \
|
||||
"commands" \
|
||||
"commands_functions"
|
||||
"commands_functions" \
|
||||
"tasks"
|
||||
rwx_code
|
||||
for items in "${@}"; do
|
||||
echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue