Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. from subprocess import check_output
  2.  
  3.  
  4. out = check_output(["pstree"])
  5. print(out)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement