#!/usr/bin/env bash # snapshot-store.sh — fast APFS copy-on-write snapshot of a canonical repo's # .muse/ only ("suspenders"). See #185 Phase 5. Logic lives in backup.py. set -euo pipefail exec python3 "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/backup.py" snapshot "$@"