summaryrefslogtreecommitdiff
path: root/watch.sh
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-09-14 19:23:50 -0700
committerhyang <hyang@hyang.xyz>2023-09-14 19:23:50 -0700
commitd6f0252d442b6f1255fa41bc0dfe24fb8d5c75d1 (patch)
treeb3f79337053038d24a76cff1bddcfe1e0ed08d59 /watch.sh
parentbeefd0f900bd0be53607658b788641ca027ba25e (diff)
Set to 60
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