#!/usr/bin/env bash set -e; output="$(curl -s -S $1)"; echo $output; test "$output" == "Hello from Java!"