#!/bin/sh
printf 'Content-Type: text/plain\r\n'
printf 'Content-Length: 5\r\n'
printf '\r\n'
printf 'hello'
