Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 227 Bytes

File metadata and controls

18 lines (16 loc) · 227 Bytes
description
Writes to STDIN. (C2S)

Run command

{% tabs %} {% tab title="Request" %}

{
    "type": "console:cmd",
    "data": {
        "command": "command to be executed"
    }
}

{% endtab %} {% endtabs %}