mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-06 13:18:51 +01:00
8 lines
111 B
Bash
8 lines
111 B
Bash
batpipe() {
|
|
"$(batpipe_path)" "$@" || return $?
|
|
}
|
|
|
|
batpipe_path() {
|
|
echo "${BIN_DIR}/batpipe${BIN_SUFFIX}"
|
|
}
|