Compare commits

..

No commits in common. "715a13e871694ae796ff25b2dff0ad48bf3b8081" and "513d09f797a5767c19911bd192839d68b0b7f900" have entirely different histories.

2 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#= b
b() { a__bat "${@}"; }
a__bat() {
batcat \
"${@}"

View file

@ -232,6 +232,10 @@ rwx_parse_variables() {
#= rt
rwx_test() {
local item
# TODO CODE
# TODO CONSTANTS
# TODO functions
# TODO variables
set \
"main" \
"alias/git" \
@ -242,8 +246,7 @@ rwx_test() {
\
"rwx_cache" \
\
"alias/batcat" \
"b"
"gsc"
for item in "${@}"; do
echo
rwx_doc "${item}"