Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: d1dd2e307c92184423d3602f663054cdc49c62bd authored by Barry Warsaw on 18 March 2010, 22:14:36 UTC
Bumping to 2.6.5 final.
Tip revision: d1dd2e3
cgi0.sh
#! /bin/sh

# If you can't get this to work, your web server isn't set up right

echo Content-type: text/plain
echo
echo Hello world
echo This is cgi0.sh
back to top