#!/usr/bin/env bash # sandbox-refresh.sh — APFS copy-on-write clone of a canonical repo for safe # muse-dev testing. See #185 Phase 4. Logic lives in sandbox.py. set -euo pipefail exec python3 "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/sandbox.py" refresh "$@"