Merge branch 'master' of github.com:flancian/garden

This commit is contained in:
2021-03-25 23:13:12 +01:00
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
while true; do
git pull
sleep 60
done