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