Compare commits
No commits in common. "fa9a2435a4911d14e5b42502175af737854996cd" and "4dbc9d060a26e8146cb88472190a813282924ec5" have entirely different histories.
fa9a2435a4
...
4dbc9d060a
2 changed files with 2 additions and 6 deletions
|
@ -214,5 +214,4 @@ END {
|
||||||
print binary
|
print binary
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# FIXME tasks last module end
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,17 +17,14 @@ 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_cache
|
|
||||||
for items in "${@}"; do
|
for items in "${@}"; do
|
||||||
echo
|
echo
|
||||||
"rwx_code_${items}"
|
"rwx_code_${items}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue