Add rvctl entrypoint and docs

This commit is contained in:
mpabi
2026-04-26 13:50:30 +02:00
parent 331e87ff90
commit c57c14ee63
8 changed files with 586 additions and 538 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd -- "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec python3 "$SCRIPT_DIR/workspace.py" "$@"