Created
June 7, 2010 09:47
-
-
Save cowboyd/428476 to your computer and use it in GitHub Desktop.
This file contains 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
#!/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