Last active
December 23, 2016 10:39
-
-
Save rusllonrails/e69cdbd764865ee0c823407ade668754 to your computer and use it in GitHub Desktop.
CRON GUIDE
This file contains 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
https://help.ubuntu.com/community/CronHowto | |
00 00 * * * ruby path/to/your/script.rb | |
Syntax: | |
mm hh dd mt wd command | |
mm minute 0-59 | |
hh hour 0-23 | |
dd day of month 1-31 | |
mt month 1-12 | |
wd day of week 0-7 (Sunday = 0 or 7) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment