I want to launch an app on OSX from a script. I need pass it command line arguments. Unfortunately, open doesn\'t accept command line args.
open
The only opt
As was mentioned in the question here, the open command in 10.6 now has an args flag, so you can call:
args
open -n ./AppName.app --args -AppCommandLineArg