#!/bin/sh
/bin/echo -ne "HTTP/1.1 200 OK\r\n"
/bin/echo -ne "Cache-Control: no-cache\r\n"
/bin/echo -ne "Content-Type: text/xml\r\n"
/bin/echo -ne "Content-Type: text/plain\r\n"
/bin/echo -ne "\r\n"
/bin/echo -ne "<?xml version=\"1.0\"?>\r\n<foo>bar</foo>\r\n"
