Mercurial > hg > config
view python/cgiescape.py @ 703:8466deea2eaf
fuck autofill mode
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 02 Sep 2014 13:16:38 -0700 |
parents | f3ab51c79813 |
children |
line wrap: on
line source
#!/usr/bin/env python import sys import cgi print cgi.escape(sys.stdin.read())