Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
-- (find-alides "edrx/bin/port7777.lua")
-- (find-alides "edrx/bin/")
-- (find-alides "edrx/bin/core")

HOME = os.getenv("HOME"); require(HOME.."/HOWM4/funcoes.lua")
load_socket()
rmt = "machine1"
conn = assert(socket.connect(rmt, 7777))
conn:send(arg[1].."\n")
io.write((conn:receive("*a")))