3 # We locate where this script is so we can call the executable zsolve which
4 # should be in the same directory as this script.
6 SCRIPTDIR
=`dirname $SCRIPT`
9 # Check if zsolve executable exists.
10 if [ ! -f "$SCRIPTDIR/$EXECUTABLE" ]
12 echo "Error: Unable to find the executable '$EXECUTABLE'."
13 echo "Error: It should have been in the directory '$SCRIPTDIR'."
17 $SCRIPTDIR/$EXECUTABLE -H $@