#!/bin/sh -e
mydir="$(dirname "$0")"
python2-dbg "$mydir/gitest.py" -v 2>&1
