os_process
Runs an operating system process.
Target
Signature
1os_process(...)Runs an operating system process.
os_process constructs or identifies a LaiRu value type. os_process interacts with logs or child processes. Quote external arguments carefully and keep process output handling explicit.
Parameters
...- Additional values may be supplied after the earlier arguments.
Examples
Basic call
1os_process('/bin/echo', array('hi'))The example keeps process or logging behavior explicit so failures are visible.