From c5b761663b235f5f75b528d2dbdef5e65bb954fa Mon Sep 17 00:00:00 2001 From: thing 1 Date: Thu, 9 Jan 2025 13:13:54 +0000 Subject: created outline/frame for the presentation in latex --- presentation/clean.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 presentation/clean.sh (limited to 'presentation/clean.sh') diff --git a/presentation/clean.sh b/presentation/clean.sh new file mode 100755 index 0000000..7ea3b83 --- /dev/null +++ b/presentation/clean.sh @@ -0,0 +1,4 @@ +#!/bin/bash +shopt -s extglob + +rm -rf !(*.tex|*.sh|ref.bib|images) -- cgit v1.2.3