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

cd ..
cd ..
cd ..
exec ./dragonruby samples/04_physics_and_collisions/05_box_collision_2 --replay replay.txt $1 $2
