diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-04-16 11:16:25 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-04-16 11:16:25 +0200 |
commit | 92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd (patch) | |
tree | d7d91e4610c051c7ec660c2dbc6f5c75fbcaeb95 /mklatexreport | |
parent | 98556437218cf47e920dbced925a8c87d7dc8b96 (diff) | |
download | bin-92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd.tar.gz bin-92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd.tar.xz |
Add scripts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'mklatexreport')
-rwxr-xr-x | mklatexreport | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mklatexreport b/mklatexreport new file mode 100755 index 0000000..4c943a2 --- /dev/null +++ b/mklatexreport @@ -0,0 +1,5 @@ +#!/bin/bash +set -e + +latexmk -shell-escape "$1" </dev/null +mv "out/$1.pdf" . |