Shell Management
python3 -c 'import pty; pty.spawn("/bin/bash")'
- CTRL + Z
stty raw -echo; fg
export TERM=xterm-256color
stty sane
stty rows 40; stty cols 80
python3 -c 'import pty; pty.spawn("/bin/bash")'
stty raw -echo; fg
export TERM=xterm-256color
stty sane
stty rows 40; stty cols 80