mirror of
https://github.com/eth-p/bat-extras.git
synced 2026-09-10 15:26:20 -04:00
4 lines
67 B
Bash
4 lines
67 B
Bash
batdiff() {
|
|
"${BIN_DIR}/batdiff${BIN_SUFFIX}" "$@" || return $?
|
|
}
|