Created
January 29, 2014 14:03
-
-
Save bkmorse/8688596 to your computer and use it in GitHub Desktop.
crontab -e to run a codeigniter controller method - I'll forget this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0,13,28,43 * * * * php htdocs/index.php social_posts twitter | |
| 1,14,29,44 * * * * php htdocs/index.php social_posts instagram | |
| 2,15,30,45 * * * * php htdocs/index.php social_posts facebook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment