From 2ac42fa825d403e6285a58e08a62e6d549c86fa1 Mon Sep 17 00:00:00 2001 From: thing1 Date: Mon, 3 Mar 2025 08:07:43 +0000 Subject: started elcectronics cw2 --- electronics/cw2/wordcount.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 electronics/cw2/wordcount.sh (limited to 'electronics/cw2/wordcount.sh') 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 + -- cgit v1.2.3