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