From 2e1ccff01cf89539b621ac786898229307847f4b Mon Sep 17 00:00:00 2001 From: thing 1 Date: Thu, 14 Nov 2024 08:11:18 +0000 Subject: made too many changes to note --- electronics/cw1/wordcount.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 electronics/cw1/wordcount.sh (limited to 'electronics/cw1/wordcount.sh') diff --git a/electronics/cw1/wordcount.sh b/electronics/cw1/wordcount.sh new file mode 100755 index 0000000..ed898ea --- /dev/null +++ b/electronics/cw1/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 + -- cgit v1.2.3