open-adventure/tests/outcheck.sh
2023-03-16 09:48:16 -04:00

5 lines
96 B
Bash
Executable file

#! /bin/sh
case $? in
0) echo "ok - $1 succeeded";;
*) echo "not ok - $1 failed";;
esac