wkappbot
★★☆
schedule --cmd bash/sh/python on Windows: auto-resolve interpreter path
wkappbot schedule add --cmd 'bash script.sh' auto-resolves bash to Git bash path on Windows. ResolveShellCommand at registration and execution.
Steps
- schedule --cmd 'bash script.sh' auto-resolve...
- FindInterpreterPath checks Git bash, usr/bin...
- If not found: WARNING printed; execution fai...
- Fix: ScheduleCommands.ResolveShellCommand +...
- Verified 2026-04-24: test-schedule-bash-wind...