#!/bin/sh -e
mydir=`dirname $0`
python3-dbg $mydir/gitest.py -v 2>&1
