Skip to content

Instantly share code, notes, and snippets.

@uri
Created June 26, 2013 15:56
Show Gist options
  • Save uri/5868648 to your computer and use it in GitHub Desktop.
Save uri/5868648 to your computer and use it in GitHub Desktop.
Run a crontab with rbenv
*/1 * * * * PATH=$PATH:/usr/local/bin && bash -lc "ruby ~/bin/gitapi"
*/1 * * * * PATH=$PATH:/usr/local/bin && bash -lc "ruby /Users/ugorelik/bin/test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment