test/code
This commit is contained in:
parent
060a84abda
commit
77cb7d2bb1
1 changed files with 19 additions and 2 deletions
21
sh/test.sh
21
sh/test.sh
|
@ -1,5 +1,6 @@
|
|||
# test
|
||||
# module
|
||||
# ╭──────╮
|
||||
# │ test │
|
||||
# ╰──────╯
|
||||
# * code
|
||||
# * doc
|
||||
|
||||
|
@ -7,6 +8,22 @@
|
|||
# │ test │ code │
|
||||
# ╰──────┴──────╯
|
||||
|
||||
rwx_test_code() {
|
||||
local items
|
||||
set \
|
||||
"constants" \
|
||||
"variables" \
|
||||
"functions" \
|
||||
"aliases_functions" \
|
||||
"aliases" \
|
||||
|
||||
rwx_code
|
||||
for items in "${@}"; do
|
||||
echo
|
||||
"rwx_code_${items}"
|
||||
done
|
||||
}
|
||||
|
||||
# ╭──────┬─────╮
|
||||
# │ test │ doc │
|
||||
# ╰──────┴─────╯
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue