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