Skip to content

Instantly share code, notes, and snippets.

@solars
Created May 24, 2011 09:51
Show Gist options
  • Save solars/988445 to your computer and use it in GitHub Desktop.
Save solars/988445 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd `dirname $0`
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
rvm use ree
bundle exec ruby app.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment