summarylogtreecommitdiffstats
path: root/sample.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'sample.cgi')
-rw-r--r--sample.cgi8
1 files changed, 8 insertions, 0 deletions
diff --git a/sample.cgi b/sample.cgi
new file mode 100644
index 000000000000..c5d55967bc0f
--- /dev/null
+++ b/sample.cgi
@@ -0,0 +1,8 @@
+#!/bin/bash
+echo "Content-type: text/html"
+echo
+echo "<html>
+<body>
+<h2>CGI Bash Example</h2>
+</body>
+</html>"