Can i use AppleScript to Force open Safari. My Safari is broken and only responds to this:
sudo -k; sudo -b '/Applications/Safari.app/Contents/MacOS/Safari'
This is the command I use to open Safari with the help of Terminal.
Is there some way that I can get a script that runs off Terminal commands? And can I save that as an application that would load up Safari?
sudo -k; sudo -b '/Applications/Safari.app/Contents/MacOS/Safari'
This is the command I use to open Safari with the help of Terminal.
Is there some way that I can get a script that runs off Terminal commands? And can I save that as an application that would load up Safari?

