diff options
Diffstat (limited to 'writeup/wordcount.sh')
-rwxr-xr-x | writeup/wordcount.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writeup/wordcount.sh b/writeup/wordcount.sh index ed898ea..d8c019c 100755 --- a/writeup/wordcount.sh +++ b/writeup/wordcount.sh @@ -1,3 +1,3 @@ #!/bin/sh -detex writeup.tex | tail -c +85 | wc -w # using the tail to cut of the stuff detex cant handle +detex writeup.tex | tail -c +90 | wc -w # using the tail to cut of the stuff detex cant handle |