diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-04 11:24:45 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-04 11:24:45 +0000 |
commit | bca6aeb86a3ca5d33cf1f33a81fcce2220d97a5a (patch) | |
tree | b41dc94f8a2685d66ab9721f311b72841f927677 /comp/lucas-standen-NEA/writeup2/wordcount.sh | |
parent | 6d0b638d691270d7c65899ed860d0330938e7a07 (diff) |
added some files to make it easier to do latex
Diffstat (limited to 'comp/lucas-standen-NEA/writeup2/wordcount.sh')
-rwxr-xr-x | comp/lucas-standen-NEA/writeup2/wordcount.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/writeup2/wordcount.sh b/comp/lucas-standen-NEA/writeup2/wordcount.sh new file mode 100755 index 0000000..74eb254 --- /dev/null +++ b/comp/lucas-standen-NEA/writeup2/wordcount.sh @@ -0,0 +1,2 @@ +#!/bin/sh +detex writeup.tex | wc -w |