summaryrefslogtreecommitdiffhomepage
path: root/distro/bash.cmd
blob: e825e1275ae6147fb1042fe1e631c00bf19954cc (plain)
1
2
3
4
5
6
7
8
9
@echo off

pushd "%~dp0"

start bin\ntctty.exe --sysroot %cd% --exec /bin/mintty -d -h always --window max --exec /bin/bash --init-file /etc/init.sh -i

popd

exit