#!/usr/bin/env sh

set -e

export QT_QPA_PLATFORM=offscreen

exec python3 /usr/share/eyewitness/EyeWitness.py "$@"
