#!/bin/sh

echo "HTTP/1.0 200 OKish"
echo "Content-Type: text/html"
echo

echo ONE
sleep 1
echo TWO
sleep 1
echo THREE

