diff options
author | midipix <writeonce@midipix.org> | 2018-05-08 01:46:53 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-05-16 04:45:10 -0400 |
commit | 4721cebf34d7862b0783673f65fbb8b52750be46 (patch) | |
tree | 8293883f06a5b7301b1b8abc6d7ea9e954fdc00c /distro | |
download | mpackage-4721cebf34d7862b0783673f65fbb8b52750be46.tar.bz2 mpackage-4721cebf34d7862b0783673f65fbb8b52750be46.tar.xz |
initial commit.
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 |