Added refresh.sh

This commit is contained in:
AnnaSnoeijs 2025-06-06 21:43:19 +02:00
parent a3d23699ae
commit 035bb25e40

3
refresh.sh Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
cd $(dirname "$0")
[ "$(git pull)" == "Already up to date." ] || hugo >/dev/null 2>&1