summaryrefslogtreecommitdiff
path: root/impattern/im/cgi-bin/pythonhelloworld.cgi
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-13 01:33:31 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-13 01:33:31 -0800
commit4100860d10e2fb015db01d22bbf3f4735bcf10ec (patch)
tree995b51fe3f8a6fe7fb58938c83463f3b09b5ee7c /impattern/im/cgi-bin/pythonhelloworld.cgi
first
Diffstat (limited to 'impattern/im/cgi-bin/pythonhelloworld.cgi')
-rwxr-xr-ximpattern/im/cgi-bin/pythonhelloworld.cgi5
1 files changed, 5 insertions, 0 deletions
diff --git a/impattern/im/cgi-bin/pythonhelloworld.cgi b/impattern/im/cgi-bin/pythonhelloworld.cgi
new file mode 100755
index 0000000..cede50f
--- /dev/null
+++ b/impattern/im/cgi-bin/pythonhelloworld.cgi
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+print "Content-type: text/html\n\n"
+print "<html>Hello world!</html>"
+