Use rvctl as sole launcher entrypoint

This commit is contained in:
mpabi
2026-04-26 15:19:35 +02:00
parent 33cf8925e1
commit a84b0e1fbd
7 changed files with 19 additions and 24 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd -- "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec python3 "$SCRIPT_DIR/workspace.py" "$@"
exec python3 "$SCRIPT_DIR/rvctl.py" "$@"