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