nc -l 8000 &
PID=$!
kill $PID
echo "Don't forget to: killall nc"
echo "About to trigger a failure."
echo ${DONT_EXIST?} > /dev/null