diff --git a/html/update_repo.sh b/html/update_repo.sh
new file mode 100644
index 0000000..59be0d0
--- /dev/null
+++ b/html/update_repo.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+set -euo pipefail
+
+# ins Verzeichnis wechseln, wo das Script selbst liegt
+cd "$(dirname "$0")"
+
+# git aktualisieren
+git fetch origin
+git pull
\ No newline at end of file