diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-03-09 16:03:44 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-03-09 16:03:44 -0400 |
| commit | 1b36d2a4b4d04eaea480037d0456767200dba73e (patch) | |
| tree | f04a5977dd38d24db3e42a62dc9f681c2607fd1a /fun/viz.sh | |
| parent | 843f75943d25f4e180493142b6da0968621b9a78 (diff) | |
| download | cascades-1b36d2a4b4d04eaea480037d0456767200dba73e.tar.gz | |
Add fun stuff
Diffstat (limited to 'fun/viz.sh')
| -rwxr-xr-x | fun/viz.sh | 2 |
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 |
