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

cd ..
cd ..
cd ..
exec ./dragonruby samples/08_tweening_lerping_easing_functions/03_easing_using_spline
