From 1b36d2a4b4d04eaea480037d0456767200dba73e Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 9 Mar 2015 16:03:44 -0400 Subject: Add fun stuff --- fun/viz.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 fun/viz.sh (limited to 'fun/viz.sh') 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 -- cgit v1.2.3-70-g09d2