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

cd ..
cd ..
cd ..
exec ./dragonruby samples/07_advanced_rendering/09_z_targeting_camera --replay replay.txt $1 $2
