If you're writing a bash script, there is a really simple way to open an application from Terminal. Just use the "open" command in conjunction with the -a flag:
open -a Safari
Another cool thing you can do with this is open multiple instances of an application. Just tack on the -n flag:
0 comments:
Post a Comment