tFeed generator now output text - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 94e18c664c1cc780e4ca07409b08f6824435c3bc
 (DIR) parent 15526701c0ac1f0628ad6f332217a4034feff274
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Thu, 13 Mar 2014 01:14:49 +0100
       
       Feed generator now output text
       
       Diffstat:
         M tools/feeds.sh                      |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/tools/feeds.sh b/tools/feeds.sh
       t@@ -2,6 +2,8 @@
        
        RSS=rss/feed.xml
        
       +echo -ne "\rGenerating RSS file ... "
       +
        cat << EOF > $RSS
        <?xml version='1.0'?>
        <rss version='2.0'>
       t@@ -31,3 +33,5 @@ cat << EOF >> $RSS
        </channel>
        </rss>
        EOF
       +
       +echo -e "[\033[1;32m OK \033[0m]"