#!/bin/sh echo "Content-type: multipart/mixed;boundary=BOUNDARY" echo echo --BOUNDARY echo "Content-type: text/plain" echo echo This is the test page echo echo --BOUNDARY--