Conf/Examples/CgiConfig/ShExample
Revision as of 16:09, 29 December 2011 by Visitatvishal (talk | contribs) (moved Conf/Examples/CgiConfig/example2 to Conf/Examples/CgiConfig/sh example)
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>"