WrapCGI: portability fix for test shell script
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin / root / cgi-bin / test.sh
1 #!/bin/sh
2
3 printf '%s\r\n' 'Content-Type: text/html; charset=ISO-8859-1'
4
5 echo "Hello!"