1#! /bin/bash 2 3if ! [[ -x wzip ]]; then 4 echo "wzip executable does not exist" 5 exit 1 6fi 7 8../../tester/run-tests.sh $* 9 10 11 12