From 6a4235f6bacf86c1f55fb91290645cd786e42ea3 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 12 Jun 2019 19:11:50 +0200 Subject: [PATCH] sh: add script for git update --- bin/update-git.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/update-git.sh diff --git a/bin/update-git.sh b/bin/update-git.sh new file mode 100644 index 0000000..2f4414d --- /dev/null +++ b/bin/update-git.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +while true; do git pull ; sleep 10 ; done