mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-19 00:07:47 +02:00
scripts: cleaned up texclear
This commit is contained in:
parent
d7716496e6
commit
01558bad76
@ -8,7 +8,6 @@ case "$1" in
|
|||||||
*.tex)
|
*.tex)
|
||||||
file=$(readlink -f "$1")
|
file=$(readlink -f "$1")
|
||||||
dir=$(dirname "$file")
|
dir=$(dirname "$file")
|
||||||
escaped_dir=$(echo $(dirname "$file") | sed 's/+/\\+/g')
|
|
||||||
base="${file%.*}"
|
base="${file%.*}"
|
||||||
base=${base#"$dir/"}
|
base=${base#"$dir/"}
|
||||||
if [ -f "$dir/indent.log" ]; then rm "$dir/indent.log"; fi
|
if [ -f "$dir/indent.log" ]; then rm "$dir/indent.log"; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user