diff options
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) |