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
|
local items
|
||||||
set \
|
set \
|
||||||
"awk" \
|
"awk" \
|
||||||
|
"modules_main" \
|
||||||
|
"modules_user" \
|
||||||
"constants" \
|
"constants" \
|
||||||
"variables" \
|
"variables" \
|
||||||
"functions" \
|
"functions" \
|
||||||
"aliases" \
|
"aliases" \
|
||||||
"aliases_functions" \
|
"aliases_functions" \
|
||||||
"commands" \
|
"commands" \
|
||||||
"commands_functions"
|
"commands_functions" \
|
||||||
|
"tasks"
|
||||||
rwx_code
|
rwx_code
|
||||||
for items in "${@}"; do
|
for items in "${@}"; do
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue