#!/bin/csh
while(1)
rm thermodata.au
/usr/demo/SOUND/record -v 82 -t 10.0 thermodata.au
date "+%D   %H %M %S" >> logfile
calc_farenheit < thermodata.au >> logfile
sleep 300
end
