#!/usr/bin/env bash

bin="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

exec "$bin"/jruby -X+T "$@"
