Skip to content

Instantly share code, notes, and snippets.

@rusllonrails
Last active December 23, 2016 10:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rusllonrails/e69cdbd764865ee0c823407ade668754 to your computer and use it in GitHub Desktop.
Save rusllonrails/e69cdbd764865ee0c823407ade668754 to your computer and use it in GitHub Desktop.
CRON GUIDE
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