gabriel / muse public
which-muse.sh bash
6 lines 355 B
Raw
sha256:9a3bb190de5a18742792038aa709072a582ada8b223d5dfa4f72c70831ec3ba3 docs: revert migrate hub-scoping/domain-integers rows from … Sonnet 5 12 hours 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:9a3bb190de5a18742792038aa709072a582ada8b223d5dfa4f72c70831ec3ba3 docs: revert migrate hub-scoping/domain-integers rows from … Sonnet 5 12 hours ago