aboutsummaryrefslogtreecommitdiff
path: root/gem/ex1.lua
blob: 327a54216db1759c7b1f0328d79380b352aec098 (plain)
1
2
3
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)