1
0
mirror of https://gitlab.cs.fau.de/ik15ydit/latexandmore.git synced 2025-04-04 16:46:00 +02:00

[git fast commit] 16. Feb 2018 - 10:16:33

This commit is contained in:
Sheppy 2018-02-16 10:16:33 +01:00
parent 54734d4b0d
commit b2dad99a6e

5
.check_artifacts.sh Executable file

@ -0,0 +1,5 @@
#!/bin/bash
if [ ! -f $1 ]; then
echo "PDF Missing!"
exit 1
fi