#!/bin/bash

sudo hth-ctl stop unicorn_backend
bundle exec unicorn -E development -c config/unicorn_dev.rb
