rwx/sh/tty/bat.sh
2025-07-27 19:23:56 +02:00

8 lines
73 B
Bash

# bat
#= b
rwx_bat() {
# TODO handle bat & batcat
batcat \
"${@}"
}