#!/bin/csh -f
rm shoot
#rm forward
mv shoot.txt shoot.txt.prev
cc -o shoot shoot.c /usr/local/lib/librecipes_c.a
#cc -o forward forward.c /usr/local/lib/librecipes_c.a
shoot >shoot.log
#forward >forward.log
gnuplot -persist shoot.gp >shoot.ps
gnuplot -persist shootxy.gp >shootxy.ps
