15 lines
157 B
Markdown
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
|
|
``` |