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