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

c3f1a6e

Author: brian (git@myr.sh)

Date: Thu Sep 21 15:43:31 2023 -0300

Parent: 1ade68e

Added zip link

Diff

diff --git a/update-repo-index b/update-repo-index
index 420b460..8b55c45 100755
--- a/update-repo-index
+++ b/update-repo-index
@@ -57,6 +57,7 @@ cat << EOF > "$OUT/index.html"
</nav>
<p><i>$(cat description)</i></p>
</center>
+	<kbd>curl https://dovel.email/$REPO/$REPO.zip</kbd>
<hr>
<p>Latest commit: $(git log -n 1 --format="(%h) by %an at %as: %s")</p>
<pre>$(cat "$OUT/tree/README"*)</pre>