diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-03 08:07:43 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-03 08:07:43 +0000 |
commit | 2ac42fa825d403e6285a58e08a62e6d549c86fa1 (patch) | |
tree | b6076a025c5ec1eabcac62217da0de4bfd098110 /electronics/cw2/wordcount.sh | |
parent | a14717c2f5fc893b504cdad7b9975d67af39d59a (diff) |
started elcectronics cw2
Diffstat (limited to 'electronics/cw2/wordcount.sh')
-rwxr-xr-x | electronics/cw2/wordcount.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/electronics/cw2/wordcount.sh b/electronics/cw2/wordcount.sh new file mode 100755 index 0000000..ed898ea --- /dev/null +++ b/electronics/cw2/wordcount.sh @@ -0,0 +1,3 @@ +#!/bin/sh +detex writeup.tex | tail -c +85 | wc -w # using the tail to cut of the stuff detex cant handle + |