#!/bin/sh

echo run $* > /tmp/ogle_nav.$$

xterm -e gdb -x /tmp/ogle_nav.$$ $DVDP_ROOT/ogle_nav
rm /tmp/ogle_nav.$$
