summaryrefslogtreecommitdiffhomepage
path: root/once/bash.bat
blob: 1a4ee3f2e2a70dc4312ad9381007a81b27ae4123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@echo off

pushd "%~dp0"

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

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

popd

exit