6 lines
110 B
Bash
Executable File
6 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
latexmk --pdf Funktionentheorie.tex
|
|
cp Funktionentheorie.pdf public/Funktionentheorie.pdf
|