Functions
|
|
get_shell_for_command
get_shell_for_script
|
|
get_shell_for_command
|
get_shell_for_command ()
Return the command shell to use when running a single shell command.
- returns
- A sequence of argument list entries to use when invoking
the shell. The first element of the list is the shell executable
path. The command should be appended to the argument list.
|
|
get_shell_for_script
|
get_shell_for_script ()
Return the command shell to use when running a shell script.
- returns
- A sequence of argument list entries to use when running a
shell script. The first element of the list is the shell
executable. The name of the script should be appended to the
argument list.
|
Classes
|
|
|