461771a1d2
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
5 lines
79 B
Bash
Executable file
5 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
|
|
file="$1"
|
|
|
|
pdflatex "$file" && pdflatex "$file" && pdflatex "$file"
|