sh: add script for git update

This commit is contained in:
Nico Schottelius 2019-06-12 19:11:50 +02:00
parent 9a2d6d7dac
commit 6a4235f6ba
1 changed files with 3 additions and 0 deletions

3
bin/update-git.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
while true; do git pull ; sleep 10 ; done