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