#!/bin/sh

ROOT=$(realpath $(dirname $(realpath $0))/..)
GDBCONF=$ROOT/etc/gdb

exec gdb -ix $GDBCONF/py27init -x $GDBCONF/py27cmd "$@"
