summaryrefslogtreecommitdiff
path: root/writeup/wordcount.sh
diff options
context:
space:
mode:
authorthing 1 <thing1@seacrossedlovers.xyz>2024-11-05 10:18:53 +0000
committerthing 1 <thing1@seacrossedlovers.xyz>2024-11-05 10:18:53 +0000
commit12fb7c1928fe340e9c9ae465ddd5ec9602cbc06d (patch)
treef698ae6e879a1b6999d2254a1ec6ce310986176f /writeup/wordcount.sh
parente826071f9b3ca3833ed8c8e14025f536367d6e1c (diff)
added some references to things, and cleaned up the most recent section
Diffstat (limited to 'writeup/wordcount.sh')
-rwxr-xr-xwriteup/wordcount.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/writeup/wordcount.sh b/writeup/wordcount.sh
index 74eb254..ed898ea 100755
--- a/writeup/wordcount.sh
+++ b/writeup/wordcount.sh
@@ -1,2 +1,3 @@
#!/bin/sh
-detex writeup.tex | wc -w
+detex writeup.tex | tail -c +85 | wc -w # using the tail to cut of the stuff detex cant handle
+