Compare commits
3 commits
513d09f797
...
715a13e871
Author | SHA1 | Date | |
---|---|---|---|
715a13e871 | |||
20bc9fc4fb | |||
9910ad3942 |
2 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
b() { a__bat "${@}"; }
|
||||
#= b
|
||||
a__bat() {
|
||||
batcat \
|
||||
"${@}"
|
||||
|
|
|
@ -232,10 +232,6 @@ rwx_parse_variables() {
|
|||
#= rt
|
||||
rwx_test() {
|
||||
local item
|
||||
# TODO CODE
|
||||
# TODO CONSTANTS
|
||||
# TODO functions
|
||||
# TODO variables
|
||||
set \
|
||||
"main" \
|
||||
"alias/git" \
|
||||
|
@ -246,7 +242,8 @@ rwx_test() {
|
|||
\
|
||||
"rwx_cache" \
|
||||
\
|
||||
"gsc"
|
||||
"alias/batcat" \
|
||||
"b"
|
||||
for item in "${@}"; do
|
||||
echo
|
||||
rwx_doc "${item}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue