compile.sh 354 B

12345678910
  1. #!/bin/bash
  2. #
  3. # PY Barriat, June 2023
  4. #
  5. # Download and install marp (MarkDown slides extension) from here:
  6. # https://github.com/marp-team/marp-cli/releases
  7. #
  8. marp --allow-local-files --theme ./assets/tum.css VSCode.md -o VSCode_WSL.pdf
  9. marp --template bespoke --bespoke.progress --allow-local-files --theme ./assets/tum.css VSCode.md -o VSCode_WSL.html