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

cd ..
cd ..
cd ..
exec ./dragonruby samples/02_input_basics/01_moving_a_sprite --replay replay.txt $1 $2
