summaryrefslogtreecommitdiff
path: root/im/cgi-bin/pythonhelloworld.cgi
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-14 00:35:52 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-14 00:35:52 -0800
commit281a99716a5ba179dd4aef3e9897c6325362225a (patch)
treedc252c237c81176fc1b24e453d2e777e0f48d485 /im/cgi-bin/pythonhelloworld.cgi
parentab5a98355b76267d3a1f01052bf3d072bed77281 (diff)
added sketch
Diffstat (limited to 'im/cgi-bin/pythonhelloworld.cgi')
-rwxr-xr-xim/cgi-bin/pythonhelloworld.cgi5
1 files changed, 0 insertions, 5 deletions
diff --git a/im/cgi-bin/pythonhelloworld.cgi b/im/cgi-bin/pythonhelloworld.cgi
deleted file mode 100755
index cede50f..0000000
--- a/im/cgi-bin/pythonhelloworld.cgi
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env python
-
-print "Content-type: text/html\n\n"
-print "<html>Hello world!</html>"
-