stagit

static git page generator
git clone https://git.awy.one/stagit
Log | Files | Refs | README | LICENSE

stagit-gen-index (142B) - View raw


1
2
3
4
5
6
7
#!/bin/sh
# Author: Cale "poptart" Black
# License: MIT

set -eu
. /var/git/config.rc
stagit-index "$GIT_HOME"/*.git > "$WWW_HOME/index.html"