summaryrefslogtreecommitdiff
path: root/auto.sh
diff options
context:
space:
mode:
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