Add autopull script

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