#!/usr/bin/env bash # Open an interactive shell inside the RE image (same mounts as the desktop). # Usage: ./re-shell set -euo pipefail cd "$(dirname "$0")" exec docker compose run --rm --entrypoint /bin/bash tools -l