summarylogtreecommitdiffstats
path: root/sample.cgi
blob: c5d55967bc0fb0c9391fcf1c29586930fb209a86 (plain)
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>"