Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
31f30b17fe95acf3d7ba81ef93927206db79eb08
/
.
/
Demo
/
cgi
/
cgi0.sh
blob: 5cefcd37c44440c68cdcf33429d792d0a155bdc2 [
file
] [
log
] [
blame
]
Guido van Rossum
6807721
2002-10-16 21:01:27 +0000
[
diff
] [
blame
]
1
#! /bin/sh
2
3
# If you can't get this to work, your web server isn't set up right
4
5
echo
Content
-
type
:
text
/
plain
6
echo
7
echo
Hello
world
8
echo
This
is cgi0
.
sh