@@ -0,0 +1,5 @@
+#!/bin/sh
+printf "Content-Type: text/plain\r\n"
+printf "\r\n"
+printf "This should be the first line\r\n"
+
+printf "Content-Type: text/plain\n"
+printf "\n"
+printf "This should be the first line\n"