Compare commits

..

No commits in common. "84a3cde41c34025ea508257f8bbdca7be50778b5" and "98dc49e0f20728773a8143ce624f599d5d702b92" have entirely different histories.

View File

@ -1,9 +0,0 @@
#!/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