How to use QuickSilver to run my script

Joined
Jan 27, 2009
Messages
35
Reaction score
0
Points
6
Hi,

I am trying to setup QuickSilver to run my script.
So I add the directory to QuickSilver and mark 'folder content' and set level to be 1.

But when I type the name of my script, QuickSilver does find it and I press entered. My script does run, but QuickSilver will stop process anything (in an hang state) until I finish the application run by my script.

Here is my script:
Code:
#!/bin/sh

/Applications/MyFirefox.app/Contents/MacOS/firefox  -P "Home" &
Can you please tell me how to get this to work with Quicksilver?

Thank you.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top