summaryrefslogtreecommitdiffstats
path: root/mongoose/test/sh.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'mongoose/test/sh.cgi')
-rwxr-xr-xmongoose/test/sh.cgi6
1 files changed, 6 insertions, 0 deletions
diff --git a/mongoose/test/sh.cgi b/mongoose/test/sh.cgi
new file mode 100755
index 0000000..0a4d1a1
--- /dev/null
+++ b/mongoose/test/sh.cgi
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "Content-Type: text/plain"
+echo
+
+echo "This is shell script CGI."