blob: 3bb0d9507e20d7157d2081793129d4912aee9d8c [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Location: spaceballs://the-flamethrower/\r\n'
'status: 302\r\n'
'Content-Type: text/html\r\n\r\n'
)