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