gabriel / muse public
sandbox-run.sh bash
7 lines 312 B
Raw
sha256:94f494a8f59e4b708ebb89e304209737ce34324a33aae83840a6f6b06d7b8d9d docs: add domain-extensibility.md — the two-axis breadth/de… Sonnet 5 2 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:94f494a8f59e4b708ebb89e304209737ce34324a33aae83840a6f6b06d7b8d9d docs: add domain-extensibility.md — the two-axis breadth/de… Sonnet 5 2 days ago