Created
December 17, 2010 07:27
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/bash | |
echo "*************************************************************************************************" && | |
echo "* ruby 1.8.7 REE build *" && | |
echo "*************************************************************************************************" && | |
echo "" && | |
source /usr/local/rvm/scripts/rvm && | |
rvm use ree@diaspora --create && | |
bundle install && | |
bundle exec rake cruise |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment