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