diff options
Diffstat (limited to 'test/cgi/cat-index-html')
-rwxr-xr-x | test/cgi/cat-index-html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cgi/cat-index-html b/test/cgi/cat-index-html new file mode 100755 index 0000000..7595043 --- /dev/null +++ b/test/cgi/cat-index-html | |||
@@ -0,0 +1,5 @@ | |||
1 | #!/bin/sh | ||
2 | echo Content-type: text/plain | ||
3 | echo | ||
4 | |||
5 | cat ../index.html | ||