blob: ac73515b4e0de847b0e99173f691508560b119c7 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Content-Disposition: Attachment; filename=PASS.txt\r\n'
'Content-Type: text/plain\r\n\r\n'
'Test file content.\n'
)