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