diff --git a/rssgen.sh b/rssgen.sh index b1041b7..3e681c2 100755 --- a/rssgen.sh +++ b/rssgen.sh @@ -8,15 +8,15 @@ else location="$location/rss.xml" fi -echo "" > $location { + echo "" echo "" echo "" echo "~$user on TTBP" echo "http://tilde.town/~$user/blog/" echo "$(date)" echo "$user's blog on tilde.town" -} >> $location +} > $location for x in $(ls /home/$user/.ttbp/entries) do