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

beb9329

Author: brian (git@myr.sh)

Date: Tue Sep 19 16:56:17 2023 -0300

Parent: e2e8fcc

Changed ~ to $HOME

Diff

diff --git a/post-receive b/post-receive
index 4872d97..213a9b1 100755
--- a/post-receive
+++ b/post-receive
@@ -3,8 +3,8 @@
# for debugging
set -ex

-OUT="~/www/dovel.email"
-GITDIR="~/git/dovel.email"
+OUT="$HOME/www/dovel.email"
+GITDIR="$HOME/git/dovel.email"

# git.html lists all repos
cat << EOF