#!/bin/bash
mydir=$(dirname $0)
cd $mydir && fulldir=$(pwd)
cd -
exec python $fulldir/../xdis/bin/pydisasm.py $@
