X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=blobdiff_plain;f=repo-gen.sh;h=c2a25a81c29ad9cde5b5523cb93847af608e2866;hp=b58559fb7d1ba32a8ce80c70b5ac75dd02e02483;hb=2c756c40777d33d10e27d514eb9c7bc52206a894;hpb=ba2dc046e649f0f48b0fbe65f12627bd33ec2d38 diff --git a/repo-gen.sh b/repo-gen.sh index b58559f..c2a25a8 100755 --- a/repo-gen.sh +++ b/repo-gen.sh @@ -24,6 +24,7 @@ for repo in /srv/git/*.git; do [ ! -f style.css ] && ln -s ../style.css ./ [ ! -f favicon.png ] && ln -s ../favicon.png ./ [ ! -f logo.png ] && ln -s ../logo.png ./ + [ ! -f highlight ] && ln -s ../highlight ./ echo "git://git.knutsen.co/$repo" > "/srv/git/$repo.git/url"