bat-extras/test/shim/batgrep.sh
2020-02-19 20:49:20 -08:00

4 lines
67 B
Bash

batgrep() {
"${BIN_DIR}/batgrep${BIN_SUFFIX}" "$@" || return $?
}