compile.sh 578 B

12345678910111213
  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_WSL.md -o VSCode_WSL.pdf
  9. marp --template bespoke --bespoke.progress --allow-local-files --theme ./assets/tum.css VSCode_WSL.md -o VSCode_WSL.html
  10. marp --allow-local-files --theme ./assets/tum.css VSCode_Ubuntu.md -o VSCode_Ubuntu.pdf
  11. marp --template bespoke --bespoke.progress --allow-local-files --theme ./assets/tum.css VSCode_Ubuntu.md -o VSCode_Ubuntu.html