3 lines
51 B
Bash
3 lines
51 B
Bash
|
echo creating pdf doc...
|
||
|
pandoc -s -o $1.pdf $1.md
|