Software /
code /
clix
File
squishy @ 121:45843df81db0
sendfilecontent: Fix indentation and show error if file cannot be opened
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 24 Aug 2014 20:34:04 +0100 |
parent | 120:f1166645a56c |
child | 122:1dfd28db10bd |
line wrap: on
line source
local commands = { "send"; "sendfilecontent"; "receive"; "version"; "bounce"; "mirror"; "raw"; "roster"; "export"; "vcard"; "publish_atom"; "sendfile"; "archive"; "presence"; } for _, cmd in ipairs(commands) do Module("clix."..cmd)("clix/"..cmd..".lua") end if GetOption "with-verse" then Module("verse")(GetOption "with-verse"); end Main "clix.lua" Option "executable" Output "clix.bin"