script cleanup, addition of unicode file

This commit is contained in:
Luke Smith
2018-08-03 16:54:05 -04:00
parent be86d72beb
commit aee57c26f0
5 changed files with 1227 additions and 12 deletions

View File

@@ -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