7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd $(dirname "$0")/..
|
||
|
exec /usr/bin/env bundle exec pry -Ilib -r grack
|