mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-07-28 08:18:59 +02:00
4 lines
67 B
Bash
4 lines
67 B
Bash
batgrep() {
|
|
"${BIN_DIR}/batgrep${BIN_SUFFIX}" "$@" || return $?
|
|
}
|