1
0
mirror of https://github.com/lunarmodules/luasocket.git synced 2025-04-12 11:46:43 +02:00
2007-10-11 21:16:28 +00:00

4 lines
60 B
Lua

for chunk in source.file(io.stdin) do
io.write(chunk)
end