The test directory!
This commit is contained in:
parent
cf4d923d70
commit
307603b24d
11 changed files with 6051 additions and 0 deletions
6
test/cgi/cat
Executable file
6
test/cgi/cat
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
echo Content-type: text/plain
|
||||
echo
|
||||
|
||||
cat > /tmp/luasocket.cat.tmp
|
||||
cat /tmp/luasocket.cat.tmp
|
Loading…
Add table
Add a link
Reference in a new issue