compile.sh 367 B

12345678910
  1. #!/bin/bash
  2. #
  3. # PY Barriat, March 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 Linux_ACELI.md -o Linux_ACELI.pdf
  9. marp --template bespoke --bespoke.progress --allow-local-files --theme ./assets/tum.css Linux_ACELI.md -o Linux_ACELI.html