Return to Snippet

Revision: 3926
at January 17, 2008 07:36 by therobot


Updated Code
while true; do command1;command2;command n;sleep 30; done;

Revision: 3925
at October 4, 2007 04:02 by therobot


Initial Code
while true; do command1;command2;command n;sleep 30; done

Initial URL


Initial Description


Initial Title
infinite loop in shell

Initial Tags


Initial Language
Bash