mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-11-08 00:34:22 +01:00
4 lines
69 B
Bash
4 lines
69 B
Bash
batwatch() {
|
|
"${BIN_DIR}/batwatch${BIN_SUFFIX}" "$@" || return $?
|
|
}
|