Basics - Useful commandsRated 0 out of 5 stars.No ratings yetIf your shell is not stable use this command to make it more stablepython3 -c 'import pty; pty.spawn(“/bin/bash”)'
If your shell is not stable use this command to make it more stablepython3 -c 'import pty; pty.spawn(“/bin/bash”)'
Comments