mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
Tested each sample.
This commit is contained in:
4
gem/ex1.lua
Normal file
4
gem/ex1.lua
Normal file
@ -0,0 +1,4 @@
|
||||
local CRLF = "\013\010"
|
||||
local input = source.chain(source.file(io.stdin), normalize(CRLF))
|
||||
local output = sink.file(io.stdout)
|
||||
pump.all(input, output)
|
Reference in New Issue
Block a user