Guest User

untitled1

a guest
Apr 12th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2.  
  3. #!/usr/lib/python2.7
  4.  
  5. import subprocess
  6. print "hello"
  7. subprocess.Popen('epiphany-browser')
  8. print "world"
  9. subprocess.Popen.kill('epiphany-browser')
Add Comment
Please, Sign In to add comment