1
0
mirror of https://github.com/eth-p/bat-extras.git synced 2025-03-03 16:01:15 +01:00
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 $?
}