diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-05 10:18:53 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-05 10:18:53 +0000 |
commit | 12fb7c1928fe340e9c9ae465ddd5ec9602cbc06d (patch) | |
tree | f698ae6e879a1b6999d2254a1ec6ce310986176f /writeup/wordcount.sh | |
parent | e826071f9b3ca3833ed8c8e14025f536367d6e1c (diff) |
added some references to things, and cleaned up the most recent section
Diffstat (limited to 'writeup/wordcount.sh')
-rwxr-xr-x | writeup/wordcount.sh | 3 |
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 + |