Hacker News new | ask | show | jobs
by makecheck 5288 days ago
Here is one way to force your browser to open a URL by entering a terminal command:

    echo 'open location "http://my.domain.com/some/file.html"' | osascript
1 comments

You can also open an url with:

   open http://my.domain.com/some/file.html