[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
View File

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