Run a Shell Script Step
This step executes a shell or batch script.
Required properties:
Property | Description |
---|---|
Directory Offset | The working directory to use when executing this command. This is relative to the current working directory. |
Shell Script | Enter the script code to execute. |
Optional properties:
Property | Description |
---|---|
Interpreter |
Optionally specify the interpreter to use to evaluate the command. If left empty, the following platform-specific behavior applies:
|
Daemon | Select this option to run the command in the background while permitting the step to complete immediately. The output is not captured if running as a daemon. |
Output File | Only select this value if running as a daemon. Enter the path of the file to which the command output is directed. Leave blank to discard the output. The output is not captured if an output file is not specified. |
Temp Directory (hidden) |
The absolute path to the directory to use when creating temporary execution files. If left blank, uses the default: java.io.tmpDir. |