presentation: symlink current presentation in root

Add a symlink to the newly generated presentation in the root dir for
easy access.

Signed-off-by: Tobias Wiese <tobias@tobiaswiese.com>
This commit is contained in:
Tobias Wiese
2021-04-28 02:40:25 +02:00
committed by Yannik Enss
parent 83ba34505f
commit f9c04b7411
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
data/
generator.conf
presentation.pdf

View File

@@ -16,3 +16,5 @@ cd data/presentation/
for _ in $(seq 3); do
pdflatex "$dest_file"
done
ln -srf "presentation_$(date +%Y-%m-%d).pdf" ../../presentation.pdf