#!/bin/sh # Run a REPL. set -e cd "$(dirname "$0")/.." exec ruby -r bundler/setup -r pry -r yog -e Pry.start -- "$@"