1#!/bin/bash -x 2echo 'loading bashrc' 3source ~/.bashrc 4 5echo 'loading gemset' 6rvm use ruby-2.0.0-p0@phoking-ios --create 7 8echo 'bundle install' 9bundle install --without production