Advertisement
rfmonk

subprocess_os_system.py

Jan 31st, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. import subprocess
  2.  
  3. # Simple command
  4. subprocess.call(['ls', '-1'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement