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