ByteChef LogoByteChef
Components

Bash

Allows you to run arbitrary Bash scripts.

Allows you to run arbitrary Bash scripts.

Type: bash/v1


Actions

Execute

Name: execute

Creates a temporary script that executes bash commands. The script is afterwards deleted.

Properties

NameLabelTypeDescriptionRequired
scriptScriptSTRINGScript written in bash. Multiple commands are possible with the ';' separator.true

Example JSON Structure

{
  "label" : "Execute",
  "name" : "execute",
  "parameters" : {
    "script" : ""
  },
  "type" : "bash/v1/execute"
}

Output

Sample Output:

Sample result

Type: STRING

On this page