mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-05 20:58:51 +01:00
4 lines
65 B
Bash
4 lines
65 B
Bash
|
batman() {
|
||
|
"${BIN_DIR}/batman${BIN_SUFFIX}" "$@" || return $?
|
||
|
}
|