Staging
v0.5.1
https://github.com/python/cpython
Revision 3467352fe21270db6ed09d2d0213d02cc8c1e9e5 authored by Neal Norwitz on 05 September 2006, 01:36:43 UTC, committed by Neal Norwitz on 05 September 2006, 01:36:43 UTC
1 parent 8bd1c0d
Raw File
Tip revision: 3467352fe21270db6ed09d2d0213d02cc8c1e9e5 authored by Neal Norwitz on 05 September 2006, 01:36:43 UTC
SF patch #1551340 ] Updated spec file for 2.5 release (c2)
Tip revision: 3467352
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