master-thesis/bin/update-git.sh
Nico Schottelius 9c205bc39e chmod u+x
2019-08-15 14:59:13 +02:00

3 lines
53 B
Bash
Executable file

#!/bin/sh
while true; do git pull ; sleep 10 ; done