Files
2019-02-15 05:52:26 -06:00

11 lines
127 B
Bash
Executable File

#! /bin/bash
if ! [[ -x wcat ]]; then
echo "wcat executable does not exist"
exit 1
fi
../../tester/run-tests.sh $*