latexandmore/.check_artifacts.sh

6 lines
71 B
Bash
Executable File

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