#!/usr/bin/env sh

echo "Starting Writebook on http://localhost:3007"

exec ./bin/rails server -p 3007
