first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
Stabilize the shell :
|
||||
|
||||
```shell
|
||||
python3 -c 'import pty;pty.spawn("/bin/bash")'
|
||||
```
|
||||
|
||||
```shell
|
||||
export TERM=xterm
|
||||
```
|
||||
|
||||
CTRL-Z
|
||||
|
||||
```shell
|
||||
stty raw -echo; fg
|
||||
```
|
||||
Reference in New Issue
Block a user