From 4721cebf34d7862b0783673f65fbb8b52750be46 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 8 May 2018 01:46:53 -0400 Subject: initial commit. --- once/bash.bat | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 once/bash.bat (limited to 'once/bash.bat') diff --git a/once/bash.bat b/once/bash.bat new file mode 100755 index 0000000..0ac91d4 --- /dev/null +++ b/once/bash.bat @@ -0,0 +1,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 -- cgit v1.2.3