mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
|
#!/bin/sh
|
||
|
echo Content-type: text/plain
|
||
|
echo
|
||
|
echo $REQUEST_URI
|