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/batpipe.sh
2021-03-30 19:26:08 -07:00

8 lines
111 B
Bash

batpipe() {
"$(batpipe_path)" "$@" || return $?
}
batpipe_path() {
echo "${BIN_DIR}/batpipe${BIN_SUFFIX}"
}