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

4 lines
69 B
Bash

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