plot-memecount.sh: show total count in title - bitreich-memestats - Bitreich meme statistics and graphs.
 (HTM) git clone git://bitreich.org/bitreich-memestats git://hg6vgqziawt5s4dj.onion/bitreich-memestats
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit 0d4ccc88379ae392b79d44a65b65b1e3a3a6d7c0
 (DIR) parent 8aa828bdeaddd39d1fce12d16e418815be6f42fb
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 25 Dec 2023 21:02:33 +0100
       
       plot-memecount.sh: show total count in title
       
       Diffstat:
         M plot-memecount.sh                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/plot-memecount.sh b/plot-memecount.sh
       @@ -11,7 +11,7 @@ fi
        gnuplot - <<__EOF__
        set term dumb
        set title "annna meme count (total on $(date +%Y-%m-%d): \
       -$(awk 'END{print $3}' "$1")) $semilog"
       +$(awk 'END{print $3+$6+$7}' "$1")) $semilog"
        set xdata time
        set format x "%Y-%m"
        set timefmt "%Y-%m-%d"