#!/bin/sh

set -e
script/bootstrap
bundle exec guard "$@"
