From 575b12898b6ed90ea3c42676fec5f20ddda47da0 Mon Sep 17 00:00:00 2001 From: thing 1 Date: Mon, 4 Nov 2024 11:13:26 +0000 Subject: made some shell scripts to automate the build and use of latex --- writeup/clean.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 writeup/clean.sh (limited to 'writeup/clean.sh') 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) -- cgit v1.2.3