Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. import subprocess
  4. import time
  5.  
  6. for i in range(1,3):
  7.  
  8. subprocess.call("/usr/bin/firefox -new-window www.google.com &", shell=True)
  9. print "ciao"
  10. time.sleep(2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement