Difference between revisions of "Conf/Examples/CgiConfig/ShExample"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | [[Conf/Examples/CgiConfig | part of | + | [[Conf/Examples/CgiConfig | part of CGI Config Examples]] |
#!/bin/sh | #!/bin/sh |
Revision as of 16:14, 29 December 2011
#!/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>"