0

Gurus

I am using using ConEmu command line to run a shell script in ConEmu. However ConEmu always exits after the script completes. Is there any way to make ConEmu work like "mintty -h always" which keeps the Window open?

ConEMU CLI:

ConEMU.exe /cmd C:\mybin\sh.exe my_script.sh

I wish it holds window like:

mintty.exe -h always -e C:\mybin\bash.exe my_script.sh

Thanks

4

1 回答 1

1

您可以使用以下语法

ConEmu.exe /cmd C:\mybin\sh.exe my_script.sh -cur_console:c
于 2014-03-21T12:58:35.537 回答