How to hold ConEmu window from exiting? -


gurus

i using using conemu command line run shell script in conemu. conemu exits after script completes. there way make conemu work "mintty -h always" keeps window open?

conemu cli:

conemu.exe /cmd c:\mybin\sh.exe my_script.sh

i wish holds window like:

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

thanks

you may use following syntax

conemu.exe /cmd c:\mybin\sh.exe my_script.sh -cur_console:c 

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -