Files
2025-11-21 17:17:42 +01:00

157 B

Stabilize the shell :

python3 -c 'import pty;pty.spawn("/bin/bash")'
export TERM=xterm

CTRL-Z

stty raw -echo; fg