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

cd ..
cd ..
cd ..
exec ./dragonruby samples/09_performance/07_static_sprites_as_classes_with_custom_drawing
