From e86ecba94bd7f1c7fa0f8583d84468293ae936a2 Mon Sep 17 00:00:00 2001 From: thing1 Date: Sun, 22 Jun 2025 19:23:30 +0100 Subject: many things, final commit --- comp/gift/clean.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 comp/gift/clean.sh (limited to 'comp/gift/clean.sh') diff --git a/comp/gift/clean.sh b/comp/gift/clean.sh new file mode 100755 index 0000000..f4d65f4 --- /dev/null +++ b/comp/gift/clean.sh @@ -0,0 +1,4 @@ +#!/bin/bash +shopt -s extglob + +rm -rf !(*.tex|*.sh|ref.bib|examples) -- cgit v1.2.3