summaryrefslogtreecommitdiff
path: root/pexpect/tests/interact.py
blob: 923b66b865b47afb47377871cfc7ab7f41491d49 (plain)
1
2
3
4
#!/usr/bin/env python
import pexpect
p = pexpect.spawn('cat')
p.interact()