14 lines
No EOL
194 B
Bash
Executable file
14 lines
No EOL
194 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir -p build
|
|
cd build
|
|
|
|
case "$1" in
|
|
|
|
Presentation) pdflatex "../presentation/presentation.tex"
|
|
pdflatex "../presentation/presentation.tex"
|
|
mv presentation.pdf ../
|
|
|
|
esac
|
|
|
|
cd .. |