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

cd ..
cd ..
cd ..
exec ./dragonruby samples/04_physics_and_collisions/07_jump_physics --replay replay.txt $1 $2
