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

cd ..
cd ..
cd ..
exec ./dragonruby samples/07_advanced_rendering/08_splitscreen_camera --replay replay.txt $1 $2
