diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2024-12-05 12:04:08 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2024-12-05 12:04:08 +0000 |
commit | 68baa2efd72cb150dd6138d7b208b2621bcfc431 (patch) | |
tree | fefde42e9df77384f9fa11adfa3efd3af73869d8 /comp/lucas-standen-NEA/writeup2/clean.sh | |
parent | 27e2e13679f57eb2bd139175216b1d5989e8dc6a (diff) |
made a load of stuff
Diffstat (limited to 'comp/lucas-standen-NEA/writeup2/clean.sh')
-rwxr-xr-x | comp/lucas-standen-NEA/writeup2/clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comp/lucas-standen-NEA/writeup2/clean.sh b/comp/lucas-standen-NEA/writeup2/clean.sh index 3374e71..f4d65f4 100755 --- a/comp/lucas-standen-NEA/writeup2/clean.sh +++ b/comp/lucas-standen-NEA/writeup2/clean.sh @@ -1,4 +1,4 @@ #!/bin/bash shopt -s extglob -rm -rf !(*.tex|*.sh|ref.bib) +rm -rf !(*.tex|*.sh|ref.bib|examples) |