#
if (-e $1.dat) then
   echo "Use $1.dat? (y/n)"
   if (! {(grep y > /dev/null)}) rm $1.dat
endif
rungms $1 | tee $1.log 
