Mercurial > hg > config
view python/example/cgiescape.py @ 837:5ba219864529
add example program
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 27 Mar 2017 14:05:29 -0700 |
parents | 8275fa887f2b |
children |
line wrap: on
line source
#!/usr/bin/env python import sys import cgi print cgi.escape(sys.stdin.read())