#!/usr/bin/python

import sys
s = sys.stdin
f = open('/mit/pweaver/web_scripts_tmp/test', 'w')
f.write(s.read())

