set_cwd
Establishes a persistent working directory for a distro's shell, making subsequent commands run there unless a specific path is given.
Instructions
Set the persistent shell working directory for a distro. Subsequent run_command calls without an explicit cwd will run here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute POSIX path or ~ | |
| distro | No |