removal of unused script

This commit is contained in:
2026-07-12 10:29:25 +02:00
parent 03d79b9257
commit 8c9f856ada
-7
View File
@@ -1,7 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Backward-compatible wrapper: the canonical launcher is now launch.sh
exec "$SCRIPT_DIR/launch.sh" "$@"