Skip to content

Instantly share code, notes, and snippets.

@seiji
Created July 25, 2012 10:05
Show Gist options
  • Save seiji/3175417 to your computer and use it in GitHub Desktop.
Save seiji/3175417 to your computer and use it in GitHub Desktop.
#!/usr/bin/osascript
on run argv
tell application "Google Chrome"
tell window 1
set newTab to make new tab with properties {URL:item 1 of argv}
end tell
end tell
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment