summaryrefslogtreecommitdiff
path: root/auto.sh
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-01 14:54:52 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-01 14:54:52 +0000
commit77f0893d9b6f730b98fc588ad7bb39bf7647145b (patch)
treec9607e36f50b99c126a60547023f05819a6f51d7 /auto.sh
parentba4f74e2613d9e8228ab82ccb65dd4f66e35af17 (diff)
added an auto updater, to ensure it stays new
Diffstat (limited to 'auto.sh')
-rwxr-xr-xauto.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto.sh b/auto.sh
new file mode 100755
index 0000000..86dbacc
--- /dev/null
+++ b/auto.sh
@@ -0,0 +1,5 @@
+while true; do
+ git pull origin master
+ ./blogger.sh
+ sleep 3600
+done