view python/cgiescape.py @ 32:f878d9f62211

fix syntax error and actually execute the commands
author Jeff Hammel <k0scist@gmail.com>
date Tue, 16 Mar 2010 11:55:12 -0400
parents f3ab51c79813
children
line wrap: on
line source

#!/usr/bin/env python

import sys
import cgi

print cgi.escape(sys.stdin.read())