Difference between revisions of "Conf/Examples/CgiConfig/ShExample"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
#!/bin/sh | #!/bin/sh | ||
echo "Content-type: text/html\n" | echo "Content-type: text/html\n" | ||
− | echo "<html><head><title>CGI Reply Page - via | + | echo "<html><head><title>CGI Reply Page - via Shell Scripting</title></head>" |
− | echo "<body bgcolor=white> | + | echo "<body bgcolor=white>Shell script used in CGI - First Demo" |
echo "</body>" | echo "</body>" |
Latest revision as of 16:15, 29 December 2011
#!/bin/sh echo "Content-type: text/html\n" echo "<html><head><title>CGI Reply Page - via Shell Scripting</title></head>" echo "<body bgcolor=white>Shell script used in CGI - First Demo" echo "</body>"