/ Published in: Bash
Expand |
Embed | Plain Text
while true; do command1;command2;command n;sleep 30; done;
Comments
Subscribe to comments
- Posted By: therobot on January 17, 2008
You need to login to post a comment.
while true; do command1;command2;command n;sleep 30; done;
Subscribe to comments
You need to login to post a comment.