Created
February 17, 2015 00:36
-
-
Save ababup1192/ad948ec615008ee1544d to your computer and use it in GitHub Desktop.
apple danger script!!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
repeat 10 times | |
tell application "Safari" | |
tell window 1 | |
set current tab to (make new tab with properties {URL:"http://google.com"}) | |
end tell | |
end tell | |
end repeat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment