mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 22:38:21 +01:00
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
|
#!/bin/sh
|
||
|
echo Content-type: text/plain
|
||
|
echo
|
||
|
|
||
|
cat > /tmp/luasocket.cat.tmp
|
||
|
cat /tmp/luasocket.cat.tmp
|