summarylogtreecommitdiffstats
path: root/sample.cgi
diff options
context:
space:
mode:
authormrxx2015-07-14 12:20:18 +0200
committermrxx2015-07-14 12:20:18 +0200
commit5fb5cb3e5f7e048097e767c7540fd2f15121d66c (patch)
tree5a2d7423c1531d82628e66de202a8728c008f30e /sample.cgi
downloadaur-5fb5cb3e5f7e048097e767c7540fd2f15121d66c.tar.gz
Update to v1.21
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>"