URI: 
       Add script for creating random playlist with all memes - 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 5e3d88ac8c943a0a3a4e6e814a83520527461126
   DIR parent 68de567e4d73d207512220093a7095107563c320
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 16 Aug 2020 23:09:01 +0200
       
       Add script for creating random playlist with all memes
       
       Diffstat:
         A brtv-all.sh                         |      10 ++++++++++
       
       1 file changed, 10 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/brtv-all.sh b/brtv-all.sh
       @@ -0,0 +1,10 @@
       +#!/bin/sh
       +# outputs m3u playlist of all memes
       +
       +set -e
       +
       +annna="/home/ad/code/annna"
       +tagfile="modules/hashtags/hashtags.txt"
       +
       +bin/brtv-generate-playlist.sh < "${annna}/${tagfile}" | \
       +bin/brtv-playlist-to-m3u.sh