summaryrefslogtreecommitdiffhomepage
path: root/thesis/run
diff options
context:
space:
mode:
authorMarvin Borner2020-05-05 18:13:11 +0200
committerMarvin Borner2020-05-05 18:13:11 +0200
commite5ada93506f2b46f280c9334c0954e6b7c4f597d (patch)
tree019be692e1cb22b4b02c89231bd88cfc930d866c /thesis/run
parenta840a022669adcc88fba3339378a0328d7b3032e (diff)
New project layout
Diffstat (limited to 'thesis/run')
-rwxr-xr-xthesis/run4
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