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

cd ..
cd ..
cd ..
exec ./dragonruby samples/99_genre_dev_tools/animation_creator_starting_point --replay replay.txt $1 $2
