Mercurial > hg > config
view python/cgiescape.py @ 14:ac34d580c6d7
make symbolic links when necessary (should generalize)
author | k0s <k0scist@gmail.com> |
---|---|
date | Tue, 19 Jan 2010 16:22:21 -0500 |
parents | f3ab51c79813 |
children |
line wrap: on
line source
#!/usr/bin/env python import sys import cgi print cgi.escape(sys.stdin.read())