bat-extras/test/shim/batman.sh
2020-04-08 03:11:56 -07:00

4 lines
65 B
Bash

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