execute_bash_script
Run bash scripts in the WSL2 Linux environment with specified paths, arguments, and directories. Manage execution with optional timeout settings for precise control over script operations.
Instructions
Execute a bash script file in WSL2 Linux environment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Arguments to pass to the script (optional) | |
scriptPath | Yes | Path to the bash script file | |
timeout | No | Timeout in milliseconds (optional, uses config default) | |
workingDirectory | No | Working directory for the script (optional) |