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/clean.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 electronics/cw2/clean.sh (limited to 'electronics/cw2/clean.sh') diff --git a/electronics/cw2/clean.sh b/electronics/cw2/clean.sh new file mode 100755 index 0000000..cf008c8 --- /dev/null +++ b/electronics/cw2/clean.sh @@ -0,0 +1,4 @@ +#!/bin/bash +shopt -s extglob + +rm -rf !(*.tex|*.sh|ref.bib|*.asm|images) -- cgit v1.2.3