#!/usr/bin/env bash # Thin wrapper — delegates everything to launch-upgrader.py in the same directory. exec python3 "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")/launch-upgrader.py" "$@"