6 lines
71 B

#!/bin/bash
# Skip this run?
if [ -f build/skip.txt ]
then
exit 0
fi