Sc logo 200 82dca8e38df3c66e1aa37fa4faf47d75be44a391136e3e0d48ebdf099fe31a0e

Cron Format

# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# *  *  *  *  * command to be executed

 

To run something every minute:

* * * * * Desktop/bots/Alchemist/app.rb
To run something at midnight of every day:

0 0 * * * Desktop/bots/Alchemist/app.rb