summaryrefslogtreecommitdiffstats
path: root/.scripts/texclear
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-08-03 16:54:05 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-08-03 16:54:05 -0400
commitaee57c26f0966742fca4c00f43a421fa18b0fc6e (patch)
tree0f4a0f3726c7f902f536f0f125d1f6a730ad7000 /.scripts/texclear
parentbe86d72beb5cee46435a6bd7a168c391319935aa (diff)
downloadeibhear-aee57c26f0966742fca4c00f43a421fa18b0fc6e.tar.gz
eibhear-aee57c26f0966742fca4c00f43a421fa18b0fc6e.tar.zst
eibhear-aee57c26f0966742fca4c00f43a421fa18b0fc6e.zip
script cleanup, addition of unicode file
Diffstat (limited to '.scripts/texclear')
-rwxr-xr-x.scripts/texclear2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/texclear b/.scripts/texclear
index 4f53fc6..0e08f1d 100755
--- a/.scripts/texclear
+++ b/.scripts/texclear
@@ -9,4 +9,4 @@ file=$(readlink -f "$1")
dir=$(dirname "$file")
base="${file%.*}"
-find $dir -maxdepth 1 -type f -regextype gnu-awk -regex "^$base\.(4tc|xref|tmp|pyc|pyo|fls|vrb|fdb_latexmk|bak|swp|aux|log|synctex\(busy\)|lof|nav|out|snm|toc|bcf|run\.xml|synctex\.gz|blg|bbl)" -delete
+find "$dir" -maxdepth 1 -type f -regextype gnu-awk -regex "^$base\.(4tc|xref|tmp|pyc|pyo|fls|vrb|fdb_latexmk|bak|swp|aux|log|synctex\(busy\)|lof|nav|out|snm|toc|bcf|run\.xml|synctex\.gz|blg|bbl)" -delete