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