From d763f6025fb04c4790b1a84854468191932597c9 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Mon, 16 Feb 2026 12:37:29 +0100 Subject: add booksplit dwifi getbib rewrite volume --- texclear | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'texclear') diff --git a/texclear b/texclear index 73aa60e..20d1cdb 100755 --- a/texclear +++ b/texclear @@ -1,7 +1,7 @@ #!/bin/sh # Clears the build files of a LaTeX/XeLaTeX build. -# I have nvim run this file whenever I exit a .tex file. +# I have nvim run this script whenever I exit a .tex file. case "$1" in *.tex) @@ -11,5 +11,5 @@ case "$1" in find "$dir" -maxdepth 1 -type f -regextype gnu-awk -regex "^$base\\.(4tc|xref|tmp|pyc|pyg|pyo|fls|vrb|fdb_latexmk|bak|swp|aux|log|synctex\\(busy\\)|lof|lot|maf|idx|mtc|mtc0|nav|out|snm|toc|bcf|run\\.xml|synctex\\.gz|blg|bbl)" -delete rm -rdf "$dir/_minted-$(basename -- $base)" ;; -*) printf "Give .tex file as argument.\\n" ;; +*) printf "Give a .tex file as argument.\\n" ;; esac -- cgit v1.2.3