add_cron_entry
Add a new cron job to the current user's crontab by specifying a schedule expression and command.
Instructions
Add a new entry to the current user's crontab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to run | |
| schedule | Yes | Cron schedule expression, e.g. '0 9 * * *' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |