5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
pdflatex ./uppaal.tex
|
||
|
zathura --fork ./uppaal.pdf
|