summaryrefslogtreecommitdiff
path: root/watch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'watch.sh')
-rwxr-xr-xwatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch.sh b/watch.sh
index aeb2b75..18d2ac2 100755
--- a/watch.sh
+++ b/watch.sh
@@ -3,6 +3,6 @@
while true; do
(git fetch && git reset --hard origin) || git clone "$REPO" . && git submodule update --init
git submodule update --remote
- sleep 300
+ sleep 60
done