Shell interactiva estable
python3 -c 'import pty;pty.spawn("/bin/bash");'
script /dev/null -c bash
Presionar las teclas ctrl
+ z
stty raw -echo; fg
reset xterm
export TERM=xterm
export SHELL=bash
stty rows 46 columns 189
Last updated
python3 -c 'import pty;pty.spawn("/bin/bash");'
script /dev/null -c bash
Presionar las teclas ctrl
+ z
stty raw -echo; fg
reset xterm
export TERM=xterm
export SHELL=bash
stty rows 46 columns 189
Last updated