cours/compile

4 lines
98 B
Bash
Executable File

#!/bin/sh
pandoc -f markdown -t html5 --css ../dependencies/pandoc.css $1.md -o compiled/$1.html