12 lines
99 B
Bash
12 lines
99 B
Bash
#!/bin/bash
|
|
|
|
|
|
python $1.py
|
|
pdflatex $1.tex
|
|
|
|
rm *.aux *.log *.vscodeLog
|
|
rm *.tex
|
|
|
|
xdg-open $1.pdf
|
|
|