#!/bin/sh

set -e

dir=`pwd`

echo "===> Bundling..."
script/bootstrap

echo "===> Launching console..."
bundle console
