gabriel / muse public
which-muse.sh bash
6 lines 355 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 # which-muse.sh — classify the resolved `muse` binary as editable or installed.
3 # See #185 Phase 1 (musehub staging) for context. Logic lives in which_muse.py
4 # so it's directly unit-testable; this is a thin, PATH-friendly entrypoint.
5 set -euo pipefail
6 exec python3 "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/which_muse.py" "$@"
File History 1 commit
sha256:94f494a8f59e4b708ebb89e304209737ce34324a33aae83840a6f6b06d7b8d9d docs: add domain-extensibility.md — the two-axis breadth/de… Sonnet 5 2 days ago