Created
July 5, 2016 04:37
-
-
Save jonbartlett/57b07889097b8b1995e6f3d42e664c28 to your computer and use it in GitHub Desktop.
call a ruby script from crontab when using rbenv
This file contains hidden or 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
/bin/bash -c 'export PATH="$HOME/.rbenv/bin:$PATH" ; eval "$(rbenv init -)" ; cd /home/vagrant/projects/tmux-status/ ; ruby -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment