#!/bin/sh
[ "$PYTHON" ] || PYTHON=`which python2 2>/dev/null`
[ "$PYTHON" ] || PYTHON=python
exec "$PYTHON" chrtblgen.py "$@"
