#!/bin/sh
cd "`dirname "$0"`"

cd ..
cd ..
cd ..
exec ./dragonruby samples/00_learn_ruby_optional/00_intermediate_ruby_primer
