Skip to content

Commit

Permalink
Load rvm script for goliath
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Mar 17, 2011
1 parent afb90a6 commit ef6c71d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pong/goliath.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ DIR="$( cd "$( dirname "$0" )" && pwd )"
d=$(readlink -f $DIR) d=$(readlink -f $DIR)
source lib.sh source lib.sh


source ~/.rvm/scripts/rvm
rvm use 1.9.2 rvm use 1.9.2
ruby ruby_goliath.rb -e production -p 3000 & ruby ruby_goliath.rb -e production -p 3000 &


Expand Down

0 comments on commit ef6c71d

Please sign in to comment.