rwx/sh/alias/batcat.sh

5 lines
29 B
Bash
Raw Normal View History

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