Newer
Older
#!/bin/bash
#
# PY Barriat, September 2023
#
# Download and install marp (MarkDown slides extension) from here:
# https://github.com/marp-team/marp-cli/releases
#
marp --allow-local-files --theme ./assets/tum.css Bash.md -o Bash.pdf
marp --template bespoke --bespoke.progress --allow-local-files --theme ./assets/tum.css Bash.md -o Bash.html