source: python/vendor/Python-2.7.6/Demo/cgi/cgi0.sh

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 154 bytes
Line 
1#! /bin/sh
2
3# If you can't get this to work, your web server isn't set up right
4
5echo Content-type: text/plain
6echo
7echo Hello world
8echo This is cgi0.sh
Note: See TracBrowser for help on using the repository browser.