summaryrefslogtreecommitdiff
path: root/im/cgi-bin/pythonhelloworld.cgi
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-13 02:42:02 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-13 02:42:02 -0800
commitfd640b170a64584fd9c295be53c91972ff9f9ec1 (patch)
treec67e95b332e183bbf14065bba55dd77e86a71fbe /im/cgi-bin/pythonhelloworld.cgi
parent64f41d53728a966f10aef6d7ffbc00853d754300 (diff)
fixed some basics
Diffstat (limited to 'im/cgi-bin/pythonhelloworld.cgi')
-rwxr-xr-xim/cgi-bin/pythonhelloworld.cgi5
1 files changed, 5 insertions, 0 deletions
diff --git a/im/cgi-bin/pythonhelloworld.cgi b/im/cgi-bin/pythonhelloworld.cgi
new file mode 100755
index 0000000..cede50f
--- /dev/null
+++ b/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>"
+