xgit simple git

xgit

this project — static git page generator by polymath

kb.hax.al
clone git clone https://kb.hax.al/xgit
1 #!/usr/bin/env bash
2 # Build static HTML from config.toml
3 # Usage: ./build [--fetch]
4 set -euo pipefail
5 cd "$(dirname "$0")"
6 exec python -m xgit build "$@"