sandbox-run.sh
bash
sha256:f20267508f836150a1df05f57eaba390a49dae7412c1579a2c26beb3dfe94b50
feat(dev-safety): Phase 4 of #185 — disposable sandbox tool…
Sonnet 5
patch
3 days ago
| 1 | #!/usr/bin/env bash |
| 2 | # sandbox-run.sh — run a muse-dev command against the current sandbox for a |
| 3 | # repo, refreshed via sandbox-refresh.sh. See #185 Phase 4. |
| 4 | # |
| 5 | # Usage: sandbox-run.sh <repo> -- <muse-dev args...> |
| 6 | set -euo pipefail |
| 7 | exec python3 "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/sandbox.py" run "$@" |
File History
1 commit
sha256:f20267508f836150a1df05f57eaba390a49dae7412c1579a2c26beb3dfe94b50
feat(dev-safety): Phase 4 of #185 — disposable sandbox tool…
Sonnet 5
patch
3 days ago