#!/bin/sh echo 'HTTP/1.1 200 OK' echo 'Connection: close' echo 'Content-Type: text/html' echo echo 'a few bytes 1' sleep 2 echo 'a few bytes 2' sleep 2 cat <