add bad stub impl

This commit is contained in:
Ella Stanforth 2022-04-19 09:58:50 +00:00
parent ae5bea75b2
commit b3f8e703b3

View file

@ -4,6 +4,8 @@ set -e
export HOST_ARCH=$(uname -m)
export HOST_TRIPLE="$HOST_ARCH-unknown-linux-musl"
command -V bad 2>/dev/null || bad() { "$@" }
usage() {
echo "usage: $(basename $0) [fbp]"
exit 1