mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-04 01:04:33 +00:00
Initial release of the Windows Terminal source code
This commit introduces all of the Windows Terminal and Console Host source, under the MIT license.
This commit is contained in:
7
tools/openbash.cmd
Normal file
7
tools/openbash.cmd
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
rem openbash - launch bash running in the generated OpenConsole binary
|
||||
rem Runs the OpenConsole.exe binary generated by the build in the debug directory.
|
||||
rem Defaults to your `~` directory.
|
||||
|
||||
call opencon bash ~
|
||||
Reference in New Issue
Block a user