Stabilizing shell
Stabilize your shell:
python3 -c 'import pty;pty.spawn("/bin/bash")'stty raw -echo; fgexport TERM=xterm
Last updated
python3 -c 'import pty;pty.spawn("/bin/bash")'stty raw -echo; fgexport TERM=xtermLast updated