bat-extras/test/shim/batdiff.sh
2020-04-27 18:51:36 -07:00

4 lines
67 B
Bash

batdiff() {
"${BIN_DIR}/batdiff${BIN_SUFFIX}" "$@" || return $?
}