Page MenuHomeFreeBSD

flua: add fbsd module
ClosedPublic

Authored by bapt on Sep 13 2023, 7:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 21, 10:54 AM
Unknown Object (File)
Mon, Feb 16, 7:24 PM
Unknown Object (File)
Tue, Feb 10, 9:31 PM
Unknown Object (File)
Sun, Feb 8, 6:34 AM
Unknown Object (File)
Sun, Feb 8, 6:13 AM
Unknown Object (File)
Sat, Feb 7, 10:07 PM
Unknown Object (File)
Sat, Jan 31, 1:39 PM
Unknown Object (File)
Dec 25 2025, 6:02 PM
Subscribers

Details

Summary

This module is bundled into flua, it only provides for now the exec
function. The point of the function is to be able to execute a program
without actually executing a shell.

to use it:
fbsd.exec("id", "bapt")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable