← Back to wkappbot
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.

user/developer

Steps

  1. schedule --cmd 'bash script.sh' auto-resolve...
  2. FindInterpreterPath checks Git bash, usr/bin...
  3. If not found: WARNING printed; execution fai...
  4. Fix: ScheduleCommands.ResolveShellCommand +...
  5. Verified 2026-04-24: test-schedule-bash-wind...