1
0
mirror of https://github.com/eth-p/bat-extras.git synced 2024-12-14 18:20:40 +01:00
bat-extras/test/shim/batwatch.sh

4 lines
69 B
Bash
Raw Normal View History

2020-04-08 12:11:56 +02:00
batwatch() {
"${BIN_DIR}/batwatch${BIN_SUFFIX}" "$@" || return $?
}