#!/bin/csh
while (1)
	echo `date`
	sh $HOME/FOCASRED/bin/fl
	sleep 20
end
exit 0
