1 #!/bin/sh
2
3 echo "Content-type: text/plain";
4 echo
5 cat testfile
6 echo "no file retrieved" > testfile