#!/bin/csh -f
gcc -o medfilt medfilt.c /usr/local/lib/librecipes_c.a
medfilt
gnuplot -persist dataplot.gp
gnuplot -persist medfilt.gp
