save_script
Create or overwrite script files in a Qinglong panel by providing filename and content, with an optional subdirectory path.
Instructions
Create or overwrite a script file with the given content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Sub-directory path, optional | |
| content | Yes | Full file content (required) | |
| filename | Yes | File name, e.g. mytask.js (required) |