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

15 lines
157 B
Markdown

Stabilize the shell :
```shell
python3 -c 'import pty;pty.spawn("/bin/bash")'
```
```shell
export TERM=xterm
```
CTRL-Z
```shell
stty raw -echo; fg
```