rwx/sh/tui/bat.sh
2025-07-27 20:26:17 +02:00

8 lines
73 B
Bash

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