Files
ostep-projects/initial-utilities/wunzip/test-wunzip.sh
2019-02-16 08:13:40 -05:00

11 lines
131 B
Bash
Executable File

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