master-thesis/bin/update-git.sh

4 lines
53 B
Bash
Executable File

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