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

d69feaa

Author: brian (git@myr.sh)

Date: Sun Sep 24 22:52:56 2023 -0300

Parent: 924645a

Fixed aux path

Diff

diff --git a/update-repo-tree b/update-repo-tree
index 2c3dc8b..f287003 100755
--- a/update-repo-tree
+++ b/update-repo-tree
@@ -4,7 +4,7 @@
# set -ex
echo "updating git tree"

-. aux.sh
+. ./hooks/aux.sh

OUT="$HOME/www/dovel.email/$REPO"
createfilepage() {