This commit is contained in:
2024-11-28 15:05:09 -06:00
parent eb387a98ff
commit cf5ffc6627
6 changed files with 13 additions and 7 deletions

View File

@ -4,9 +4,8 @@ INPUT_FILE="$1"
OUTPUT_FILE="$(echo $INPUT_FILE|awk -F '.' '{print $1}').pdf"
METADATA_FILE="$2"
TEMPLATE="eisvogel"
PANDOC_OPTIONS="--listings"
# Setup proper boilerplate to handle cmd line options , check args etc...
#Recommendation for production : proper error handling / arg checking etc (as we do in our SAAS paid version of this)
pandoc \
$INPUT_FILE \