#!/bin/bash

BASE=$(cd "$(dirname "$0")/.."; pwd -P)
cd "$BASE"
export PATH="$PATH:$BASE/bin"
export PS1='[RoboVM]$ '
/bin/bash -i
