mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 06:26:20 +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