From 77f0893d9b6f730b98fc588ad7bb39bf7647145b Mon Sep 17 00:00:00 2001 From: thing1 Date: Sat, 1 Feb 2025 14:54:52 +0000 Subject: added an auto updater, to ensure it stays new --- auto.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 auto.sh 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 -- cgit v1.2.3