Revision: 53459
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 23, 2011 16:59 by thoaionline
Initial Code
#!/bin/bash while : do echo "Press [CTRL+C] to stop.." sleep 1 done
Initial URL
Initial Description
infinitive loop in bash, useful if you want to have a self-healing process
Initial Title
infinitive loop
Initial Tags
Bash
Initial Language
Bash