27 lines
292 B
Bash
Executable File
27 lines
292 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
lualatex --shell-escape index.tex
|
|
lualatex --shell-escape index.tex
|
|
|
|
rm *.aux
|
|
rm *.log
|
|
rm *.nav
|
|
rm *.out
|
|
rm *.snm
|
|
rm *.toc
|
|
rm *.xwm
|
|
rm *.blg
|
|
rm *.bbl
|
|
rm *.xml
|
|
rm *.idx
|
|
rm *.bcf
|
|
rm *.lof
|
|
rm *.lot
|
|
rm *.tdo
|
|
rm *.cut
|
|
rm *.vrb
|
|
rm *.txt
|
|
rm *.latex
|
|
rm *.pytxcode
|
|
rm -r _minted* |