diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-21 23:49:18 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-21 23:49:18 +0000 |
commit | 307603b24dde69eac62d2cb52123488137520c9c (patch) | |
tree | 354df8df3e45b48eb4603b1ea80928b208f3b174 /test/cgi/cat-index-html | |
parent | cf4d923d70992c152917cf6100753ebf0eac89d6 (diff) | |
download | luasocket-307603b24dde69eac62d2cb52123488137520c9c.tar.gz luasocket-307603b24dde69eac62d2cb52123488137520c9c.tar.bz2 luasocket-307603b24dde69eac62d2cb52123488137520c9c.zip |
The test directory!
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 | ||