summaryrefslogtreecommitdiff
path: root/auto.sh
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-01 16:38:43 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-01 16:38:43 +0000
commit0ba00eaa2e131c3fbc519d208ae2e04934f2da63 (patch)
tree24116150a67a333de6d265dee48fb28861dc33a3 /auto.sh
parenta9b9bc9b63ff106ec7a4afd6dd4c6b7865f47be9 (diff)
added rss
Diffstat (limited to 'auto.sh')
-rwxr-xr-xauto.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto.sh b/auto.sh
index 86dbacc..8367dfe 100755
--- a/auto.sh
+++ b/auto.sh
@@ -1,5 +1,6 @@
while true; do
git pull origin master
./blogger.sh
+ ./rss.sh
sleep 3600
done