bat-extras/test/shim/batpipe.sh

8 lines
111 B
Bash
Raw Normal View History

2021-03-31 04:26:08 +02:00
batpipe() {
"$(batpipe_path)" "$@" || return $?
}
batpipe_path() {
echo "${BIN_DIR}/batpipe${BIN_SUFFIX}"
}