CNWHUD/shell-frags/makePdf.sh

8 lines
115 B
Bash

#!/bin/bash
pandoc \
< $1 \
--from=markdown \
--number-sections \
--toc \
--output=$1.pdf