#!/usr/bin/env bash # backup-bundle.sh — verified `muse bundle` archive of every branch # ("belt"). See #185 Phase 5. Logic lives in backup.py. set -euo pipefail exec python3 "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/backup.py" bundle "$@"