Skip to content

Instantly share code, notes, and snippets.

@jonbartlett
Created July 5, 2016 04:37
Embed
What would you like to do?
call a ruby script from crontab when using rbenv
/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