Skip to content
Snippets Groups Projects
Forked from TheAlternative / courses
344 commits behind, 191 commits ahead of the upstream repository.
build.sh 162 B
#!/bin/bash
echo "Building pdf..."
pandoc -t beamer --template template.tex --listings pres.md -o pres.pdf --pdf-engine pdflatex \
    && echo "Build successful"