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