Go to the first, previous, next, last section, table of contents.


oxshell.oxshell

oxshell.oxshell(L)
: It executes command L on a ox_shell server. L must be an array. The result is the outputs to stdout and stderr.

Example:

 oxshell.oxshell(["ls"]);

References:

ox_shell , oxshell.set_value , oxshell.get_value


Go to the first, previous, next, last section, table of contents.