diff options
author | Marvin Borner | 2020-09-18 18:07:37 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-18 18:07:37 +0200 |
commit | 2f1e758a1be57083bc96b876469f07c5cb419350 (patch) | |
tree | a6df430233a5a7b5b4294ebfb9238997362bdd11 /zeitung/run | |
parent | 35ae49c6145b3f29704b0f184ddb142b003f82a0 (diff) |
Abizeitung oder so
Diffstat (limited to 'zeitung/run')
-rwxr-xr-x | zeitung/run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zeitung/run b/zeitung/run new file mode 100755 index 0000000..2402c14 --- /dev/null +++ b/zeitung/run @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +mkdir -p build/ && + latexmk -output-directory=build/ -xelatex && + zathura build/main.pdf |