master-thesis/bin/update-git.sh

4 lines
53 B
Bash
Raw Permalink Normal View History

2019-06-12 17:11:50 +00:00
#!/bin/sh
while true; do git pull ; sleep 10 ; done