diff options
Diffstat (limited to 'comp/gift/clean.sh')
-rwxr-xr-x | comp/gift/clean.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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) |