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