From 9bfb77b2d58be293824944c25b2d8fec8a930459 Mon Sep 17 00:00:00 2001 From: interp Date: Thu, 29 Aug 2002 14:47:12 +0000 Subject: [PATCH] be more dynamic --- web-server/root/cgi-bin/comments.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web-server/root/cgi-bin/comments.sh b/web-server/root/cgi-bin/comments.sh index f3e9815..d046fd7 100755 --- a/web-server/root/cgi-bin/comments.sh +++ b/web-server/root/cgi-bin/comments.sh @@ -3,3 +3,6 @@ echo Content-Type: text/html echo Status: 200 echo echo "

This is the cgi script.

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