Skip to content

Instantly share code, notes, and snippets.

@Krishna
Created February 15, 2015 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Krishna/0e143311632051d59b69 to your computer and use it in GitHub Desktop.
Save Krishna/0e143311632051d59b69 to your computer and use it in GitHub Desktop.
def open_links_in_safari(project_links)
project_links_arguments = project_links.join(" ") # project_links in an array of url strings
cmd_line = "osascript newsafariwindow.scpt #{project_links_arguments}"
system(cmd_line)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment