Create pty.py

This commit is contained in:
dade
2017-07-20 19:20:55 -07:00
committed by GitHub
parent 33329de8b0
commit b82bb38cf2

1
Upgrade-Shells/pty.py Normal file
View File

@@ -0,0 +1 @@
import pty; pty.spawn("/bin/bash")