#!/bin/sh
archdir=`dirname "$0"`
dir=`dirname "$archdir"`
scripts_dir=$dir
exec "$archdir"/kgdb_gdb -command "$scripts_dir"/kgdb_init
