#!/bin/sh
set -e

export PYTHONPATH=/usr/lib/qwerty-samba-agent
exec /usr/bin/python3 -m qwerty_samba_agent.main "$@"
