summaryrefslogtreecommitdiff
path: root/writeup/wordcount.sh
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2024-10-22 11:07:28 +0100
committerthing1 <thing1@seacrossedlovers.xyz>2024-10-22 11:07:28 +0100
commit77f09b3493174012cd40907a4b04815164f1fd31 (patch)
tree9949ed8bfcf37e2614423d603f41a2be0a889380 /writeup/wordcount.sh
parent267c1c12d2a1b2ead5606f6e1ee3500e4bcee9bb (diff)
made a script to get the word count, and made a couple grammar fixes
Diffstat (limited to 'writeup/wordcount.sh')
-rwxr-xr-xwriteup/wordcount.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/writeup/wordcount.sh b/writeup/wordcount.sh
new file mode 100755
index 0000000..74eb254
--- /dev/null
+++ b/writeup/wordcount.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+detex writeup.tex | wc -w