#!/bin/sh
set -eu
export PYTHONPATH="/opt/whm-emaildesk-sender/current/src"
exec /opt/whm-emaildesk-sender/python -m whm_emaildesk_sender.cli "$@"
