merging in the --lua-exec feature for ncat.

This commit is contained in:
d33tah 2013-07-02 16:56:03 +00:00
parent 085d4ccfb2
commit b62709eb20
25 changed files with 1594 additions and 31 deletions

View file

@ -0,0 +1,4 @@
--This is a --lua-exec "Hello world" example. In order to send to a client,
--all you need to do is output it to the standard output.
print("Hello, world!")