blob: 75723334186d704711d1ddc7dc2a9a3ce8579199 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Location: http://www.example.com/\r\n'
'status: 302\r\n'
'Content-Type: text/html\r\n\r\n'
)