Compare commits

..

3 commits

Author SHA1 Message Date
715a13e871
−todo
All checks were successful
/ job (push) Successful in 3m57s
2025-07-06 15:53:19 +02:00
20bc9fc4fb
b 2025-07-06 15:38:06 +02:00
9910ad3942
b 2025-07-06 15:36:05 +02:00
2 changed files with 3 additions and 6 deletions

View file

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

View file

@ -232,10 +232,6 @@ 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" \
@ -246,7 +242,8 @@ rwx_test() {
\ \
"rwx_cache" \ "rwx_cache" \
\ \
"gsc" "alias/batcat" \
"b"
for item in "${@}"; do for item in "${@}"; do
echo echo
rwx_doc "${item}" rwx_doc "${item}"