simExecute
simExecute(
t_command
)
=> t / nil
Description
Runs the UNIX command or program provided as its single argument.
The function is defined in /etc/skill/si/simcap.ile. You can modify this function.
Arguments
Value Returned
Examples
simExecute("exec cat si.env")
Related Topics
Return to top