summaryrefslogtreecommitdiffhomepage
path: root/once/bash.bat
diff options
context:
space:
mode:
Diffstat (limited to 'once/bash.bat')
-rwxr-xr-xonce/bash.bat12
1 files changed, 12 insertions, 0 deletions
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