sh: add script for git update
This commit is contained in:
parent
9a2d6d7dac
commit
6a4235f6ba
1 changed files with 3 additions and 0 deletions
3
bin/update-git.sh
Normal file
3
bin/update-git.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
while true; do git pull ; sleep 10 ; done
|
Loading…
Reference in a new issue