create-powershell-script
Create a PowerShell script file (.ps1) with specified content and optional executable permission for automation.
Instructions
Create a new PowerShell script file with specified content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptPath | Yes | Path where to create the PowerShell script (.ps1) | |
| content | Yes | PowerShell script content | |
| executable | No | Make the script executable (default: true) |