#!/bin/sh
: ${RACK_ENV:="development"}
: ${JANKY_BASE_URL:="http://localhost:9393/"}
export RACK_ENV JANKY_BASE_URL
bin/shotgun -o0.0.0.0 -p9393 -sthin -Ilib config.ru
