Module sh

Module sh 

Source
Expand description

Methods to execute a shell script as a process.

Structs§

EnvAfterScript
Request for dumping the components of the environment after evaluating a shell script. ```
ShellErrorWrapper
shell error ({context}): {error}
ShellScript
Execute a command line beginning with this shell script.
ShellScriptInvocation
The command wrapper for a shell script.
ShellSource
Generate a shell script to execute via ShellScript.

Enums§

ShellError
Errors that may occur when executing a shell script.