TildePublishingUnlimited/recipes/compile

4 lines
200 B
Bash
Executable File

#!/bin/bash
pandoc -s --template="recipe.tex" -o banans.md.pdf banans.md
# adapt to process each markdown file into a standalone pdf recipe page by using $1 in script, and find to run script on each?