- #!/usr/bin/env python
- import subprocess
- import time
- for i in range(1,3):
- subprocess.call("/usr/bin/firefox -new-window www.google.com &", shell=True)
- print "ciao"
- time.sleep(2)
SHARE
TWEET
Untitled
a guest
Jun 2nd, 2012
11
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

