Created
January 29, 2011 16:59
-
-
Save oleander/801991 to your computer and use it in GitHub Desktop.
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/sh | |
if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then | |
source "$HOME/.rvm/scripts/rvm" | |
elif [[ -s "/usr/local/rvm/scripts/rvm" ]] ; then | |
source "/usr/local/rvm/scripts/rvm" | |
else | |
printf "ERROR: An RVM installation was not found.\n" | |
fi | |
/Users/linus/.rvm/bin/ruby-1.9.2-p136 /Users/linus/Developer/bin/fetch.rb & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment