#!/bin/sh
cd "`dirname "$0"`"
./pre.sh
cd ..
cd ..
cd ..
exec ./dragonruby samples/12_c_extensions/04_handcrafted_extension
