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

cd ..
cd ..
cd ..
exec ./dragonruby samples/05_mouse/03_mouse_move_paint_app --replay replay.txt $1 $2
