My bash script uses a lot of checks like:
if [ something bad ] ; then echo \"error message\" exit 1 fi
I have found out that if the