aboutsummaryrefslogtreecommitdiff
path: root/etc/qp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'etc/qp.lua')
-rw-r--r--etc/qp.lua10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/qp.lua b/etc/qp.lua
index 5a00c4d..31a572b 100644
--- a/etc/qp.lua
+++ b/etc/qp.lua
@@ -1,5 +1,11 @@
1require("ltn12") 1-----------------------------------------------------------------------------
2require("mime") 2-- Little program to convert to and from Quoted-Printable
3-- LuaSocket sample files
4-- Author: Diego Nehab
5-- RCS ID: $Id$
6-----------------------------------------------------------------------------
7local ltn12 = require("ltn12")
8local mime = require("mime")
3local convert 9local convert
4arg = arg or {} 10arg = arg or {}
5local mode = arg and arg[1] or "-et" 11local mode = arg and arg[1] or "-et"