# RESULT FROM SCRIPT RUNS # $RESULT_IN # TEST START HERE if [[ ! "$RESULT_IN" =~ "{{id}}" ]]; then echo "ops!!!" >&2 # print to stderr exit 1 fi echo "good" "{{content}}"