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

cd ..
cd ..
cd ..
exec ./dragonruby samples/99_genre_rpg_tactical/isometric_grid --replay replay.txt $1 $2
