in reply to A script that does an action every 5 minutes
At least this is what I am assuming from your question.while(condition){ ## code here if(exit condition){ ## code here }else{ sleep(300); } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(ar0n: until) Re (2): A script that does an action every 5 minutes
by ar0n (Priest) on May 26, 2001 at 02:58 UTC |