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

pushd "%~dp0"

set shell_sysroot=%cd%
set SYSROOT=/dev/fs/c/midipix

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