diff options
Diffstat (limited to 'writeup/clean.sh')
-rwxr-xr-x | writeup/clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writeup/clean.sh b/writeup/clean.sh index 3374e71..7ea3b83 100755 --- a/writeup/clean.sh +++ b/writeup/clean.sh @@ -1,4 +1,4 @@ #!/bin/bash shopt -s extglob -rm -rf !(*.tex|*.sh|ref.bib) +rm -rf !(*.tex|*.sh|ref.bib|images) |