From 4100860d10e2fb015db01d22bbf3f4735bcf10ec Mon Sep 17 00:00:00 2001 From: yo mama Date: Fri, 13 Feb 2015 01:33:31 -0800 Subject: first --- impattern/im/cgi-bin/pythonhelloworld.cgi | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 impattern/im/cgi-bin/pythonhelloworld.cgi (limited to 'impattern/im/cgi-bin/pythonhelloworld.cgi') 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 "Hello world!" + -- cgit v1.2.3-70-g09d2