From 4721cebf34d7862b0783673f65fbb8b52750be46 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 8 May 2018 01:46:53 -0400 Subject: initial commit. --- distro/bash.cmd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 distro/bash.cmd (limited to 'distro/bash.cmd') diff --git a/distro/bash.cmd b/distro/bash.cmd new file mode 100755 index 0000000..e825e12 --- /dev/null +++ b/distro/bash.cmd @@ -0,0 +1,9 @@ +@echo off + +pushd "%~dp0" + +start bin\ntctty.exe --sysroot %cd% --exec /bin/mintty -d -h always --window max --exec /bin/bash --init-file /etc/init.sh -i + +popd + +exit -- cgit v1.2.3