this project — static git page generator by polymath
git clone https://kb.hax.al/xgit
1 #!/usr/bin/env bash 2 # Seed local demo + fetch remotes + build html/ 3 # Usage: ./sync [--no-seed] 4 set -euo pipefail 5 cd "$(dirname "$0")" 6 exec python -m xgit sync "$@"