test-crlf.cgi 106 B

12345
  1. #!/bin/sh
  2. printf "Content-Type: text/plain\r\n"
  3. printf "\r\n"
  4. printf "This should be the first line\r\n"