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

cd ..
cd ..
cd ..
exec ./dragonruby samples/13_path_finding_algorithms/04_early_exit --replay replay.txt $1 $2
