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

cd ..
cd ..
cd ..
exec ./dragonruby samples/13_path_finding_algorithms/07_heuristic_with_walls
