rwx/sh/alias/batcat.sh
2025-07-27 19:23:05 +02:00

8 lines
73 B
Bash

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