summarylogtreecommitdiffstats
path: root/sample.cgi
blob: 529ab790f5dd5d3669657e5f6214ea632e055574 (plain)
1
2
3
4
5
6
7
#!/bin/bash
echo "Content-type: text/html"
echo "<html>
<body>
<h2>CGI Bash Example</h2>
</body>
</html>"