Blame once/bash.bat

4721ce
@echo off
4721ce
4721ce
pushd "%~dp0"
4721ce
4721ce
set shell_sysroot=%cd%
2f6204
set SYSROOT=@sysroot@
4721ce
cd5af1
start bin\ntctty.exe --sysroot %shell_sysroot% --exec /bin/mintty -d --window max --exec /bin/bash --init-file /setup.sh -i
4721ce
4721ce
popd
4721ce
4721ce
exit