Runs the given command using the user's shell.
The command to execute.
The exit code from the command. Generally, 0 indicates success. If the process could not be started, -1 is returned.
See Implementation
Runs the given command using the user's shell.