Introduction
Introduction Statistics Contact Development Disclaimer Help
tplot-memecount.sh: show total count in title - bitreich-memestats - metrics an…
git clone git://src.adamsgaard.dk/bitreich-memestats
Log
Files
Refs
LICENSE
---
commit 0d4ccc88379ae392b79d44a65b65b1e3a3a6d7c0
parent 8aa828bdeaddd39d1fce12d16e418815be6f42fb
Author: Anders Damsgaard <[email protected]>
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(-)
---
diff --git a/plot-memecount.sh b/plot-memecount.sh
t@@ -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"
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.