I have a script to open chrome with some custom arguments:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --use-system-ssl --use-spdy=off I need to run this and immediately close the process running it without killing chrome. Is there some way to do this?