diff --git a/scripts/gitpull_labonfhir.sh b/scripts/gitpull_labonfhir.sh new file mode 100644 index 0000000..55cf538 --- /dev/null +++ b/scripts/gitpull_labonfhir.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git fetch --all +git pull origin master