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