#!/bin/sh
env PYTHONPATH=.. python3 -c 'import bguo; bguo.main()' "${@}"
