#!/bin/csh -f
rm data/dat*.txt
cc -o wave1 wave1.c
wave1
gnuplot -persist wave1.gp >wav.ps
