list

scripts

Repo containing scripts to be used with dovel, and git hooks that powers our web interface.

curl https://dovel.email/scripts.tar tar

ac98072

Author: brian (git@myr.sh)

Date: Thu Sep 21 15:45:33 2023 -0300

Parent: c3f1a6e

Fixed git dir

Diff

diff --git a/update-git-index b/update-git-index
index 36be761..0949fc2 100755
--- a/update-git-index
+++ b/update-git-index
@@ -46,7 +46,7 @@ cat << EOF > "$OUT/git.html"
<dl>
EOF

-for dir in "$GITDIR"/*
+for dir in "$HOME/git/dovel.email"/*
do
cat <<- EOF >> "$OUT/git.html"
<dt><a href=$(basename $dir)/index.html>$(basename $dir)</a></dt>