--------------------------------------------------------------------------------
@echo off
set MSYSROOT=D:\msys64
start %MSYSROOT%\usr\bin\mintty.exe -w HIDE --dir "windows\full\path\to\start" /bin/env MSYSTEM=MSYS CHERE_INVOKING=1 /bin/bash -l /msys/or/windows/full/path/to/the/script.sh
--------------------------------------------------------------------------------
start - 스크립트 실행중 커맨드라인 창이 남는 것을 방지
-w HIDE - mintty 실행 창이 보이지 않도록 설정
--dir - 특정 디렉토리로 이동하여 실행. 없으면 홈
CHERE_INVOKING=1 - 홈디렉토리로 이동하는 것을 방지