From 50adee4e79febf6f74594604e9f7083461b04227 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 21 Jan 2018 18:29:48 -0700 Subject: "first" commit, preparing for LARBS 2.0 --- .config/Scripts/clear.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 .config/Scripts/clear.sh (limited to '.config/Scripts/clear.sh') diff --git a/.config/Scripts/clear.sh b/.config/Scripts/clear.sh new file mode 100755 index 0000000..af13a73 --- /dev/null +++ b/.config/Scripts/clear.sh @@ -0,0 +1 @@ +find . -maxdepth 1 -regextype gnu-awk -regex "^.*\.(pyc|p yo|bak|swp|aux|log|lof|nav|out|snm|toc|bcf|run\.xml|synctex\.gz|blg|bbl)" -delete -- cgit v1.3.1