blob: d7235f366a6a70be9bf467bf8e9849d7260a44d9 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Source: network\r\n'
'Content-Type: text/html\r\n\r\n'
'Success!'
)