I am developing a web-shell client with the ability to "complete code" on a tab and ask a question. Does anyone know a way to open a local persistent tty connection, where I can execute several commands with one session, I donβt want to execute Runtime.getRuntime () all the time. Exec ("command"); Any suggestion? Relations
source share