summaryrefslogtreecommitdiffstats
path: root/ncat/scripts/hello-luaexec.lua
blob: 31bd498625cf2a337eeb8da4b6c90e4495375c0b (plain)
1
2
3
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!"