Skip to main content

Bash Command Prompt

Overview


Run a command in bash

Input

Command

NameRequiredDescription
CommandThe command to run

Options

NameRequiredDescription
Timeout (ms)Time in milliseconds before the command pocess times out.
Fail On ErrorIf enabled, causes action to fail if a standard error is found. Not recommended except in certain circumstances, as the standard error is also used for certain warnings and information

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.

|Standard Output| || |Standard Error| ||