aboutsummaryrefslogtreecommitdiffstats
path: root/fun/viz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fun/viz.sh')
-rwxr-xr-xfun/viz.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/fun/viz.sh b/fun/viz.sh
new file mode 100755
index 0000000..44b8335
--- /dev/null
+++ b/fun/viz.sh
@@ -0,0 +1,2 @@
+(cd paper; detex -lw paper.tex | sort | tr "[:upper:]" "[:lower:]" | ../lemm.py | uniq -c | sort -nrk1 | sed -re "s/\s+(\w+)\s+((\w|')+)$/\1\t\2/") > words.txt
+git log --date=iso | grep Date | tr -s " " | cut -d" " -f2,3 | tr -s " " "T" > commits.txt