commit 8ab2ff5315f66e38ddce561e1790d0356996eefd
parent fcca0f0010f052ec98402be48e0928391f08001c
Author: Sven Möller <sven@svenmoeller.xyz>
Date: Sat, 26 Feb 2022 13:06:17 +0100
Update feedsync script
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/.local/bin/feedsync b/bin/.local/bin/feedsync
@@ -14,6 +14,5 @@ BEGIN { OFS = "\t"; }
echo "$feeds" | sfeed_html > $path/index.html
echo "$feeds" | sfeed_plain > $path/index.txt
-
-sfeed_atom * > $path/feeds.xml
+echo "$feeds" | sfeed_atom > $path/feeds.xml
sfeed_html * > $path/feeds/index.html