Skip to content

Instantly share code, notes, and snippets.

@rinaldifonseca
Created July 31, 2014 13:40
Show Gist options
  • Save rinaldifonseca/9a1218f807ac4da32700 to your computer and use it in GitHub Desktop.
Save rinaldifonseca/9a1218f807ac4da32700 to your computer and use it in GitHub Desktop.
heroku cron
if [ "$(date +%d)" = 31 ] || [ "$(date +%d)" = 30 ]; then rake routes; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment