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

pushd "%~dp0"

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

popd

exit