create_bash_script
Generate and save a bash script file at a specified path with custom content, and optionally make it executable using the Linux Bash MCP Server.
Instructions
Create a bash script file with specified content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content of the bash script | |
executable | No | Make the script executable (optional, defaults to true) | |
scriptPath | Yes | Path where to create the script file |