can i do this to make it run continously and wait 30 minutes between each time it shuts down and when it restarts (in case the seti servers go down i dont want to keep requesting). 
while true
      do
    su - mor -c "all that stuff"
   sleep 1800
      done
[ July 23, 2002: Message edited by: Master of Reality / Bob ]
[ July 23, 2002: Message edited by: Master of Reality / Bob ]