Skip to content

Instantly share code, notes, and snippets.

@gabrielcesar
Created December 5, 2014 19:58
Show Gist options
  • Save gabrielcesar/31422589382e8731c413 to your computer and use it in GitHub Desktop.
Save gabrielcesar/31422589382e8731c413 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
'''
20141205
'''
import os
print 'content-type: text/html\n'
for parameter in os.environ.keys ():
print '%s: %s<br />' % ( parameter, os.environ [ parameter ])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment