diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-26 09:45:53 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-26 09:45:53 +0000 |
commit | 89a01fe974b11f700da9275fb22cece810d671cc (patch) | |
tree | 23934403fc0f7e533f761ef85a6ff6d413e9ac9f /writeup/clean.sh | |
parent | 36051214ab4996605ebe23fa2c555d87a9aa826f (diff) |
added section on webbrowser performace
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) |