summaryrefslogtreecommitdiff
path: root/bin/stagit-gen-index
blob: d3ba1219b5febab043ff1728fd7ff46f387d45ee (plain)
1
2
3
4
5
6
#!/bin/sh
# Index repositories.

repos="/srv/git/*.git"
www="/var/www/git"
stagit-index "$repos" > "$www"/index.html