mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
Add autopull script
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
while true; do
|
||||||
|
git pull
|
||||||
|
sleep 60
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user