mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-04 01:04:40 +00:00
7 lines
230 B
Batchfile
7 lines
230 B
Batchfile
|
|
@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 ~
|