tabs
This commit is contained in:
parent
715a13e871
commit
c21cbb1e98
1 changed files with 17 additions and 17 deletions
34
sh/main.sh
34
sh/main.sh
|
@ -231,23 +231,23 @@ rwx_parse_variables() {
|
||||||
|
|
||||||
#= rt
|
#= rt
|
||||||
rwx_test() {
|
rwx_test() {
|
||||||
local item
|
local item
|
||||||
set \
|
set \
|
||||||
"main" \
|
"main" \
|
||||||
"alias/git" \
|
"alias/git" \
|
||||||
\
|
\
|
||||||
"RWX_MAIN_NAME" \
|
"RWX_MAIN_NAME" \
|
||||||
\
|
\
|
||||||
"_rwx_code" \
|
"_rwx_code" \
|
||||||
\
|
\
|
||||||
"rwx_cache" \
|
"rwx_cache" \
|
||||||
\
|
\
|
||||||
"alias/batcat" \
|
"alias/batcat" \
|
||||||
"b"
|
"b"
|
||||||
for item in "${@}"; do
|
for item in "${@}"; do
|
||||||
echo
|
echo
|
||||||
rwx_doc "${item}"
|
rwx_doc "${item}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
# ╭──────┬─────╮
|
# ╭──────┬─────╮
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue