exec
Bash
Command
Method used to execute a bash command
Return
the result of the command
Parameters
The bash command to execute
Throws
when an exception occurred during the process
Method used to execute a bash command
Return
the result of the command
Parameters
The bash command to execute
The callback to execute when the command has been executed
Throws
when an exception occurred during the process
Method used to execute a bash command
Return
the result of the command
Parameters
The bash command to execute
Whether close the current bash session (like Runtime or SSH if remote host)
Throws
when an exception occurred during the process
Method used to execute a bash command
Return
the result of the command
Parameters
The bash command to execute
The callback to execute when the command has been executed
Whether close the current bash session (like Runtime or SSH if remote host)
Throws
when an exception occurred during the process