rwx/sh/alias/batcat.sh
2024-11-19 09:17:14 +01:00

5 lines
63 B
Bash

bat() { sa__b_a_t "${@}"; }
sa__b_a_t() {
batcat \
"${@}"
}