#!/usr/bin/env bash
set -e
echoerr() { echo -e "$@" 1>&2; }

BINPATH=`dirname $0`
python $BINPATH/../convert/main.py $@
