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

cd ..
cd ..
cd ..
exec ./dragonruby samples/99_genre_rpg_roguelike/01_roguelike_starting_point --replay replay.txt $1 $2
