diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-04 11:24:45 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-04 11:24:45 +0000 |
commit | bca6aeb86a3ca5d33cf1f33a81fcce2220d97a5a (patch) | |
tree | b41dc94f8a2685d66ab9721f311b72841f927677 /comp/lucas-standen-NEA/writeup2/clean.sh | |
parent | 6d0b638d691270d7c65899ed860d0330938e7a07 (diff) |
added some files to make it easier to do latex
Diffstat (limited to 'comp/lucas-standen-NEA/writeup2/clean.sh')
-rwxr-xr-x | comp/lucas-standen-NEA/writeup2/clean.sh | 4 |
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) |