diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-03 23:44:42 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-03 23:44:42 +0200 |
commit | cd27080271b03eb81ade08b2346285c2152bd0f7 (patch) | |
tree | dea85d97bdb1a00cb9027b980291b3feaa04c1c7 /bin/stagit-gen-index | |
parent | ffd6224de2eed7c540fcf051bc4822382d19f5b6 (diff) |
Remove stagit code
Diffstat (limited to 'bin/stagit-gen-index')
-rwxr-xr-x | bin/stagit-gen-index | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/stagit-gen-index b/bin/stagit-gen-index deleted file mode 100755 index a6bc0b0..0000000 --- a/bin/stagit-gen-index +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# Index repositories. - -srv="/srv/git" -www="/var/www/git" -stagit-index "$srv"/*.git > "$www"/index.html |