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