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