luasocket/gem/ex9.lua

4 lines
60 B
Lua
Raw Normal View History

2007-10-11 23:16:28 +02:00
for chunk in source.file(io.stdin) do
io.write(chunk)
end