mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 22:46:19 +00:00
Merge branch 'master' of github.com:flancian/garden
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