1 2 3 4 5 6
#!/bin/bash bundle install --without=production if [ $? ]; then bundle exec rake dev:setup fi