javalikescript / lua-linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Lua linux module exposes functions from the Linux OS.

local linux = require("linux")
linux.signal(linux.constants.SIGPIPE, "SIG_IGN") -- Ignore SIGPIPE to avoid the default process termination

Lua linux is covered by the MIT license.

About


Languages

Language:C 100.0%