sh/shell/alias/batcat.sh

5 lines
29 B
Bash
Raw Normal View History

2024-11-16 13:00:55 +00:00
bat() {
batcat \
"${@}"
}