bitreich-memestats

metrics and graphs for the bitreich meme collection
git clone git://src.adamsgaard.dk/bitreich-memestats # fast
git clone https://src.adamsgaard.dk/bitreich-memestats.git # slow
Log | Files | Refs | LICENSE Back to index

commit 0d4ccc88379ae392b79d44a65b65b1e3a3a6d7c0
parent 8aa828bdeaddd39d1fce12d16e418815be6f42fb
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 25 Dec 2023 21:02:33 +0100

plot-memecount.sh: show total count in title

Diffstat:
Mplot-memecount.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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"