aboutsummaryrefslogtreecommitdiff
path: root/gem/ex4.lua
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2023-11-10 09:12:04 +0300
committerCaleb Maclennan <caleb@alerque.com>2023-11-10 09:12:04 +0300
commit5c4fc93d5f4137bf4c22ddf1a048c907a4a26727 (patch)
treea9a68e1f6a9c3bfe2b64fa1c3a4098865b7d3b5d /gem/ex4.lua
parentccef3bc4e2aa6ee5b997a80aabb58f4ff0b0e98f (diff)
parent43a97b7f0053313b43906371dbdc226271e6c8ab (diff)
downloadluasocket-hjelmeland-patch-1.tar.gz
luasocket-hjelmeland-patch-1.tar.bz2
luasocket-hjelmeland-patch-1.zip
Merge branch 'master' into hjelmeland-patch-1hjelmeland-patch-1
Diffstat (limited to 'gem/ex4.lua')
-rw-r--r--gem/ex4.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/gem/ex4.lua b/gem/ex4.lua
deleted file mode 100644
index c670e0e..0000000
--- a/gem/ex4.lua
+++ /dev/null
@@ -1,5 +0,0 @@
1local qp = filter.chain(normalize(CRLF), encode("quoted-printable"),
2 wrap("quoted-printable"))
3local input = source.chain(source.file(io.stdin), qp)
4local output = sink.file(io.stdout)
5pump.all(input, output)