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

cd ..
cd ..
cd ..
exec ./dragonruby samples/03_rendering_sprites/02_animation_using_sprite_sheet
