tConsolidate calls in final output step and add plot info line - bitreich-memestats - statistical analysis of tags in Freenode/#bitreich-en
 (HTM) git clone git://src.adamsgaard.dk/bitreich-memestats
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 07c3d44f1ee3ca1958a31a0810db1a2ef0725112
 (DIR) parent be9314ab5986a0772258c1ef49474ac3f82a4df0
 (HTM) 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
       t@@ -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
       t@@ -1,4 +1,5 @@
        #!/bin/sh
       +# output ascii plot of hashtag evolution
        
        annnadir="$HOME/code/annna"
        memefile="modules/hashtags/hashtags.txt"