update gohookr script for better debugging

This commit is contained in:
2026-01-22 23:37:09 +00:00
parent 388b5dee95
commit aa6287bbb6

View File

@@ -1,7 +1,9 @@
#!/usr/bin/env bash
# this is a script that is used by gohookr (git.alv.cx/alvierahman90/gohookr) to automatically
# update notes.alv.cx when i push a change
set -e
#
set -ex
cd `dirname $0`
git pull
cd ..