Skip to content

Instantly share code, notes, and snippets.

@BookGin
Created June 5, 2019 06:47
Show Gist options
  • Save BookGin/7f2fc9d7ca38b140fe8c1fc981820ef0 to your computer and use it in GitHub Desktop.
Save BookGin/7f2fc9d7ca38b140fe8c1fc981820ef0 to your computer and use it in GitHub Desktop.
Spawn a tty shell
python -c 'import pty;pty.spawn("sh")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment