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

cd ..
cd ..
cd ..
exec ./dragonruby samples/13_path_finding_algorithms/08_a_star --replay replay.txt $1 $2
