summaryrefslogtreecommitdiff
path: root/electronics/cw2/wordcount.sh
diff options
context:
space:
mode:
Diffstat (limited to 'electronics/cw2/wordcount.sh')
-rwxr-xr-xelectronics/cw2/wordcount.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/electronics/cw2/wordcount.sh b/electronics/cw2/wordcount.sh
new file mode 100755
index 0000000..ed898ea
--- /dev/null
+++ b/electronics/cw2/wordcount.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+detex writeup.tex | tail -c +85 | wc -w # using the tail to cut of the stuff detex cant handle
+