diff options
Diffstat (limited to 'distro')
-rwxr-xr-x | distro/bash.cmd | 9 |
1 files changed, 9 insertions, 0 deletions
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 |