#!/bin/sh

echo "Content-type: text/plain";
echo
cat testfile
echo "no file retrieved" > testfile
