rails_env=$1 if [ -z $rails_env ]; then rails_env=development fi bundle exec unicorn_rails -c config/unicorn.rb -D -E $rails_env