Converted C::P::CGIBin to C::C::CGIBin, added regex env key support
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin / root / cgi-bin / test.sh
1 #!/bin/sh
2
3 /bin/echo -e 'Content-Type: text/html; charset=ISO-8859-1\r\n'
4
5 echo "Hello!"