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}"
}