master-thesis/bin/update-git.sh
2019-06-12 19:11:50 +02:00

4 lines
53 B
Bash

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