summaryrefslogtreecommitdiff
path: root/writeup/wordcount.sh
blob: d8c019c6ed6afbbfcab65468238cbfc3b3e7cd8d (plain)
1
2
3
#!/bin/sh
detex writeup.tex | tail -c +90 | wc -w # using the tail to cut of the stuff detex cant handle