#!/bin/sh
# FIXME: should we add other command line options?  -B, -s?
exec python3 -u -m guardian "$@"
