sqshq / sampler

Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
https://sampler.dev
GNU General Public License v3.0
12.88k stars 573 forks source link

Windows version require SH #45

Open qw569 opened 5 years ago

qw569 commented 5 years ago

Windows version require sh but default command interpreter in Windows OS is cmd.exe

SAMPLING FAILURE exec: "sh": executable file not found in %PATH%

Исполняемый файл под Windows, пытается запустить внешние программы через SH. Командным интерпретатором в операционных системах Windows является cmd.exe.

sqshq commented 5 years ago

Yes, right now the windows support is experimental and relies on the sh interpreter. That's why it is recommended to use non-default emulators, e.g. Cmder

I don't have a Windows machine myself, so let's keep the issue for future in case someone will be interested to implement