bash make MSYS. bin MSYS , Windows. , bash , . , , , - , , .
- Windows Explorer "Bash ", bash . :
[HKEY_CLASSES_ROOT\Directory\shell\mybash]
@="Bash Here"
[HKEY_CLASSES_ROOT\Directory\shell\mybash\command]
@="cmd /c c:\\bash.cmd %1"
bash.cmd c::
@echo off
title bash
cd %1%
bash
, MSYS bin . , , .
anon