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 (unless --no-build) then serve html/ on 0.0.0.0:3121
3 # Usage: ./serve [--no-build] [--port N] [--host ADDR] [--fetch]
4 set -euo pipefail
5 cd "$(dirname "$0")"
6 exec python -m xgit serve "$@"