Conf/Examples/CgiConfig/ShExample

From AOLserver Wiki
Revision as of 15:58, 29 December 2011 by Visitatvishal (talk | contribs) (Created page with ' part of AOLserver Config Examples #!/bin/sh echo "Content-type: text/html\n" echo "<html><head><title>CGI Reply Page - via Tcl</title></head>" echo …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

part of AOLserver Config Examples

 #!/bin/sh
 echo  "Content-type: text/html\n"
 echo "<html><head><title>CGI Reply Page - via Tcl</title></head>"
 echo "<body bgcolor=white>TCL used in CGI - First Demo"
 echo "</body>"