#!/bin/sh printf "Content-type: application/json\n" printf "Status: 418 I'm A Little Teapot\n" printf "\n" printf '{"type": "earl grey"}\n' exit 0