I want to write a script to launch safari with different urls automatically.
How can I do that in the terminal?
Currently, when I directly call mobilesafari in the terminal, it just hangs there?
What is the parameter format of safari app?
I want to write a script to launch safari with different urls automatically.
How can I do that in the terminal?
Currently, when I directly call mobilesafari in the terminal, it just hangs there?
What is the parameter format of safari app?
Before 2.0, you could type the following to launch safari and open any url.For whatever reason, 2.0 breaks the ability to launch a GUI app from the command line.Code:/Applications/MobileSafari.app/MobileSafari -u #URL#
Bookmarks