diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-01 14:54:52 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-01 14:54:52 +0000 |
commit | 77f0893d9b6f730b98fc588ad7bb39bf7647145b (patch) | |
tree | c9607e36f50b99c126a60547023f05819a6f51d7 | |
parent | ba4f74e2613d9e8228ab82ccb65dd4f66e35af17 (diff) |
added an auto updater, to ensure it stays new
-rwxr-xr-x | auto.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +while true; do + git pull origin master + ./blogger.sh + sleep 3600 +done |