diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/modules/cgi/sh.sh')
-rwxr-xr-x | debian/perl-framework/t/htdocs/modules/cgi/sh.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/modules/cgi/sh.sh b/debian/perl-framework/t/htdocs/modules/cgi/sh.sh new file mode 100755 index 0000000..2907b61 --- /dev/null +++ b/debian/perl-framework/t/htdocs/modules/cgi/sh.sh @@ -0,0 +1,4 @@ +#!/bin/sh +echo Content-type: text/plain +echo +echo sh cgi |