Skip to content

Instantly share code, notes, and snippets.

@cowboyd
Created June 7, 2010 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cowboyd/428476 to your computer and use it in GitHub Desktop.
Save cowboyd/428476 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
if [ -s "/Users/cowboyd/.rvm/environments/ruby-1.8.7-p174" ] ; then
. "/Users/cowboyd/.rvm/environments/ruby-1.8.7-p174"
exec ruby "$@"
else printf "ERROR: Missing RVM environment file:
'/Users/cowboyd/.rvm/environments/ruby-1.8.7-p174'
" ; exit 1fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment