How to open a URL without launching a new safari tab?
I would like to write a script (applescript or shell script) to open a url such as this one https://itunes.apple.com/ca/station/beats-1/idra.978194965 which then launches iTunes and play a radio station.
The problem is that all the commands I found will first open a safari tab and then redirect to iTunes for the playback.
Is there a way to not have an empty safari left over from launching this url?