mirror of
https://github.com/eth-p/bat-extras.git
synced 2026-09-14 09:06:24 -04:00
4 lines
71 B
Bash
4 lines
71 B
Bash
prettybat() {
|
|
"${BIN_DIR}/prettybat${BIN_SUFFIX}" "$@" || return $?
|
|
}
|