blob: 8e34f30e5b1d7636d285d24e12eb02fcfd056963 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Content-Type: text/html\r\n'
'Location: infinite-loop.py\r\n'
'status: 302\r\n'
'\r\n'
)