URI: 
       Remove redundant syntax - bitreich-tv - Meme TV encoding and streaming
  HTML git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-tv
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR LICENSE
       ---
   DIR commit fefe9e30407cce611295a3c47871d5bbd9c35b8d
   DIR parent d8c1614c68dc43eaae44e29ca3aa6d3a9313f067
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 16 Aug 2020 22:57:58 +0200
       
       Remove redundant syntax
       
       Diffstat:
         M brtv-news.sh                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/brtv-news.sh b/brtv-news.sh
       @@ -11,4 +11,4 @@ tagfile="modules/hashtags/hashtags.txt"
        grep 'Adding #' | sed 's/.* #/#/;s/ .*//' | \
        while read -r tag; do
                grep "$tag" "${annna}/${tagfile}" | head -1
       -done | ./bin/brtv-generate-playlist.sh | ./bin/brtv-playlist-to-m3u.sh
       +done | bin/brtv-generate-playlist.sh | bin/brtv-playlist-to-m3u.sh