execute_bash_command
Execute a bash command in a WSL2 Linux environment directly from a Windows system, specifying the working directory and timeout for efficient command execution.
Instructions
Execute a bash command in WSL2 Linux environment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The bash command to execute | |
timeout | No | Timeout in milliseconds (optional, uses config default) | |
workingDirectory | No | Working directory for the command (optional, defaults to current directory) |