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