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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
data/
|
||||
generator.conf
|
||||
|
||||
presentation.pdf
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user