now with proper output file name creation
This commit is contained in:
parent
aa26d83f93
commit
f0367fb142
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
INPUT_FILE="$1"
|
INPUT_FILE="$1"
|
||||||
OUTPUT_FILE="$(basename $INPUT_FILE).pdf"
|
OUTPUT_FILE="$(echo $INPUT_FILE|awk -F '.' '{print $1}').pdf"
|
||||||
METADATA_FILE="$2"
|
METADATA_FILE="$2"
|
||||||
TEMPLATE="eisvogel"
|
TEMPLATE="eisvogel"
|
||||||
PANDOC_OPTIONS="--listings"
|
PANDOC_OPTIONS="--listings"
|
||||||
|
Loading…
Reference in New Issue
Block a user