diff options
Diffstat (limited to 'zeitung/run')
-rwxr-xr-x | zeitung/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zeitung/run b/zeitung/run index 303a280..86b6d3d 100755 --- a/zeitung/run +++ b/zeitung/run @@ -5,6 +5,6 @@ if [ "$1" = "clean" ]; then fi mkdir -p build/ && - latexmk -shell-escape -output-directory=build/ -xelatex && + latexmk -shell-escape -halt-on-error -output-directory=build/ -xelatex && zathura build/main.pdf && (scp build/main.pdf server:/home/melvin/Abizeugs/zeitung.pdf &>/dev/null) |