Blob Blame History Raw
@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