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/clean.sh | |
parent | a14717c2f5fc893b504cdad7b9975d67af39d59a (diff) |
started elcectronics cw2
Diffstat (limited to 'electronics/cw2/clean.sh')
-rwxr-xr-x | electronics/cw2/clean.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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) |