1 2 3 4 5 6 7 8
#!/bin/bash echo "Content-type: text/html" echo echo "<html> <body> <h2>CGI Bash Example</h2> </body> </html>"