Compare commits
3 Commits
98dc49e0f2
...
84a3cde41c
| Author | SHA1 | Date | |
|---|---|---|---|
| 84a3cde41c | |||
| deca69a60e | |||
| 65ec993f88 |
9
html/update_repo.sh
Normal file
9
html/update_repo.sh
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user