URI: 
       Consolidate calls in final output step and add plot info line - bitreich-memestats - Bitreich meme statistics and graphs.
  HTML git clone git://bitreich.org/bitreich-memestats git://hg6vgqziawt5s4dj.onion/bitreich-memestats
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR LICENSE
       ---
   DIR commit 07c3d44f1ee3ca1958a31a0810db1a2ef0725112
   DIR parent be9314ab5986a0772258c1ef49474ac3f82a4df0
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 20 Apr 2020 09:39:32 +0200
       
       Consolidate calls in final output step and add plot info line
       
       Diffstat:
         M Makefile                            |       7 ++-----
         M plot-memecount.sh                   |       1 +
       
       2 files changed, 3 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -1,11 +1,8 @@
        memecache = "$(HOME)/code/memecache"
        irclog = ~/.irssi/log/Freenode/\#bitreich-en.log
        
       -memecount: plot-memecount.sh top10 media-stats
       -        cat memecount-lin > $@
       -        cat top10 >> $@
       -        cat media-stats >> $@
       -        cat memecount-semilog > $@
       +memecount: plot-memecount.sh top10 media-stats memecount_lin memecount_semilog
       +        cat memecount_lin top10 media-stats memecount_semilog > $@
        
        memecount_lin: plot-memecount.sh
                ./plot-memecount.sh > $@
   DIR diff --git a/plot-memecount.sh b/plot-memecount.sh
       @@ -1,4 +1,5 @@
        #!/bin/sh
       +# output ascii plot of hashtag evolution
        
        annnadir="$HOME/code/annna"
        memefile="modules/hashtags/hashtags.txt"