#!/bin/bash # # PY Barriat, June 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 VSCode_WSL.md -o VSCode_WSL.pdf marp --template bespoke --bespoke.progress --allow-local-files --theme ./assets/tum.css VSCode_WSL.md -o VSCode_WSL.html marp --allow-local-files --theme ./assets/tum.css VSCode_Ubuntu.md -o VSCode_Ubuntu.pdf marp --template bespoke --bespoke.progress --allow-local-files --theme ./assets/tum.css VSCode_Ubuntu.md -o VSCode_Ubuntu.html