#!/bin/sh
export PYTHONPATH="/opt/linux-share-mounter:${PYTHONPATH}"
exec python3 -m linux_share_mounter.app "$@"
