blob: 83b60d7759776d0d7afbb2a775912bb45faca19c (
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 --window max --exec /bin/bash --init-file /setup.sh -i
popd
exit
|