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"
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"