blob: 57f5ceb4643a5fdec1ab749c074980bcdaa5bd16 (
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 /setup.sh -i
popd
exit
|