mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-14 10:10:41 +01:00
8 lines
111 B
Bash
8 lines
111 B
Bash
|
batpipe() {
|
||
|
"$(batpipe_path)" "$@" || return $?
|
||
|
}
|
||
|
|
||
|
batpipe_path() {
|
||
|
echo "${BIN_DIR}/batpipe${BIN_SUFFIX}"
|
||
|
}
|