Skip to content

Instantly share code, notes, and snippets.

@oleander
Created January 29, 2011 16:59
Show Gist options
  • Save oleander/801991 to your computer and use it in GitHub Desktop.
Save oleander/801991 to your computer and use it in GitHub Desktop.
#!/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