Introduction
Introduction Statistics Contact Development Disclaimer Help
tConsolidate calls in final output step and add plot info line - bitreich-memes…
git clone git://src.adamsgaard.dk/bitreich-memestats
Log
Files
Refs
---
commit 07c3d44f1ee3ca1958a31a0810db1a2ef0725112
parent be9314ab5986a0772258c1ef49474ac3f82a4df0
Author: Anders Damsgaard <[email protected]>
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(-)
---
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 > $@
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"
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.