diff options
author | hyang <hyang@hyang.xyz> | 2023-09-14 19:23:50 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-14 19:23:50 -0700 |
commit | d6f0252d442b6f1255fa41bc0dfe24fb8d5c75d1 (patch) | |
tree | b3f79337053038d24a76cff1bddcfe1e0ed08d59 | |
parent | beefd0f900bd0be53607658b788641ca027ba25e (diff) |
Set to 60
-rwxr-xr-x | watch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |