mirror of
https://gitlab.com/fabinfra/fabaccess/lastenheft.git
synced 2025-03-12 23:01:47 +01:00
7 lines
110 B
Bash
7 lines
110 B
Bash
|
#!/bin/bash
|
||
|
rm -rf public
|
||
|
mkdir public
|
||
|
|
||
|
pdflatex FabAccess_Lastenheft.tex
|
||
|
|
||
|
mv FabAccess_Lastenheft.pdf public/
|