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