Description
External processes can be called from Lua 5.3 code with a helper designed for process execution workflows.
This package is useful for developers who need Lua applications to run commands, collect output, or automate system tools. It is a process-call library, not a shell replacement.
Process execution can run destructive commands or expose secrets. Validate commands, arguments, environment, and working directories carefully.