Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- */20 * * * * bash /path/to/your/script.sh
- if(time() > strtotime('2013-08-01 00:00:00 +10 days')) {
- die();
- }
- $ 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