#!/usr/bin/env bash

which python3 > /dev/null 2>&1 && python=python3 || python=python
$python -m dangerzone_webdav_processor
