diff options
Diffstat (limited to 'thesis/run')
-rwxr-xr-x | thesis/run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/thesis/run b/thesis/run new file mode 100755 index 0000000..1661719 --- /dev/null +++ b/thesis/run @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +pdflatex thesis.tex -o output.pdf +zathura output.pdf |