Skip to content

Instantly share code, notes, and snippets.

@leonjza
Created September 4, 2014 08:25
Show Gist options
  • Save leonjza/211bbb2545de20484b1f to your computer and use it in GitHub Desktop.
Save leonjza/211bbb2545de20484b1f to your computer and use it in GitHub Desktop.
Python PTY spawner
python -c 'import pty; pty.spawn("/bin/bash")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment