summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/writeup2/clean.sh
diff options
context:
space:
mode:
authorthing 1 <thing1@seacrossedlovers.xyz>2024-11-04 11:24:45 +0000
committerthing 1 <thing1@seacrossedlovers.xyz>2024-11-04 11:24:45 +0000
commitbca6aeb86a3ca5d33cf1f33a81fcce2220d97a5a (patch)
treeb41dc94f8a2685d66ab9721f311b72841f927677 /comp/lucas-standen-NEA/writeup2/clean.sh
parent6d0b638d691270d7c65899ed860d0330938e7a07 (diff)
added some files to make it easier to do latex
Diffstat (limited to 'comp/lucas-standen-NEA/writeup2/clean.sh')
-rwxr-xr-xcomp/lucas-standen-NEA/writeup2/clean.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/writeup2/clean.sh b/comp/lucas-standen-NEA/writeup2/clean.sh
new file mode 100755
index 0000000..3374e71
--- /dev/null
+++ b/comp/lucas-standen-NEA/writeup2/clean.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+shopt -s extglob
+
+rm -rf !(*.tex|*.sh|ref.bib)