#!/usr/bin/env bash
# Seed local demo + fetch remotes + build html/
# Usage: ./sync [--no-seed]
set -euo pipefail
cd "$(dirname "$0")"
exec python -m xgit sync "$@"
