12 lines
97 B
Bash
12 lines
97 B
Bash
#!/bin/bash
|
|
|
|
|
|
python $1.py
|
|
pdflatex $1.tex
|
|
|
|
rm *.aux *.log *.vscodeLog
|
|
rm *.tex
|
|
|
|
evince $1.pdf
|
|
|