#!/bin/sh
set -eu
HERE="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
export PYWEBVIEW_GUI=qt
exec "$HERE/usr/lib/argus/Argus/Argus" "$@"
