From b2dad99a6e3246f9b88534896891778d71a3bcf0 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Fri, 16 Feb 2018 10:16:33 +0100 Subject: [PATCH] [git fast commit] 16. Feb 2018 - 10:16:33 --- .check_artifacts.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .check_artifacts.sh diff --git a/.check_artifacts.sh b/.check_artifacts.sh new file mode 100755 index 0000000..3cc9323 --- /dev/null +++ b/.check_artifacts.sh @@ -0,0 +1,5 @@ +#!/bin/bash +if [ ! -f $1 ]; then + echo "PDF Missing!" + exit 1 +fi