Blame distro/bash.cmd

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