Guest User

Untitled

a guest
Sep 5th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. */20 * * * * bash /path/to/your/script.sh
  2.  
  3. if(time() > strtotime('2013-08-01 00:00:00 +10 days')) {
  4. die();
  5. }
  6.  
  7. $ for i in {0..720}; do echo 'php the-command.php' | at now + $(($i * 20)) minutes; done
Advertisement
Add Comment
Please, Sign In to add comment