Blob Blame History Raw
@echo off

pushd "%~dp0"

set shell_sysroot=%cd%
set SYSROOT=@sysroot@

start bin\ntctty.exe --sysroot %shell_sysroot% --exec /bin/mintty -d --window max --exec /bin/bash --init-file /setup.sh -i

popd

exit