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:
Dustin Howett
2019-05-02 15:29:04 -07:00
commit d4d59fa339
1165 changed files with 182749 additions and 0 deletions

7
tools/openbash.cmd Normal file
View 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 ~