Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. import subprocess
  4.  
  5. for i in range(1,3): subprocess.call("/usr/bin/firefox www.google.com", shell=True)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement