4 lines
117 B
Bash
4 lines
117 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
pandoc -s --mathml -i -t revealjs reverse_engineering.md -o presentation.html -V theme=dracula
|