#!/bin/sh

set -e

echo "===> Bundling..."
bin/setup --quiet

echo "===> Launching..."
bin/rake console
