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

cd ..
cd ..
cd ..
exec ./dragonruby samples/13_path_finding_algorithms/06_heuristic --replay replay.txt $1 $2
