mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-31 17:39:14 +01:00
4 lines
71 B
Bash
4 lines
71 B
Bash
|
prettybat() {
|
||
|
"${BIN_DIR}/prettybat${BIN_SUFFIX}" "$@" || return $?
|
||
|
}
|