diff --git a/web-server/root/cgi-bin/comments.sh b/web-server/root/cgi-bin/comments.sh index 319908e..024c291 100755 --- a/web-server/root/cgi-bin/comments.sh +++ b/web-server/root/cgi-bin/comments.sh @@ -1,9 +1,10 @@ #!/bin/sh # An example CGI program outputing the current date -echo Content-Type: text/html -echo Status: 200 OK +echo content-type: text/html +echo status: 200 OK echo +echo "" echo "

This is the cgi script.

" echo "
Current date: " echo `date` -echo +echo ""