batdiff: Add batdiff script

This commit is contained in:
Ethan P
2020-04-27 04:00:44 -07:00
committed by Ethan P
parent 0d73f2abd5
commit ab0f1b96d6
7 changed files with 277 additions and 0 deletions

3
test/shim/batdiff.sh Normal file
View File

@@ -0,0 +1,3 @@
batdiff() {
"${BIN_DIR}/batdiff${BIN_SUFFIX}" "$@" || return $?
}