echo "This is a batch script for all of HW6"
echo " Written by Ben Valvano"
echo ""
echo "Begining Problem 1"
#gfortran prob1.f
#rm output.txt
#echo "Please use the seed: "
#date '+1%d%H%M%S'
#./a.out
#gnuplot plotScript1
#dialog --msgbox "GNUPlot can only display 4 plots. Please press ok when you are done looking at the first 4." 10 60

#echo "Begin Problem 2"
#gfortran prob2.f
#rm output.txt
#echo "Please use the seed: "
#date '+1%d%H%M%S'
#./a.out
#gnuplot plotScript2

echo "Begin Problem 3"
gfortran prob3.f
rm output.txt
rm endState.txt
echo "Please use the seed: "
date '+1%d%H%M%S'
./a.out
gnuplot plotScript3

