This discussion is locked
-
All replies
-
Helpful answers
-
Dec 20, 2007 9:08 AM in response to deananby half.italian,I do something like this:
/Applications/Apple\ Qmaster.app/Contents/MacOS/Apple\ Qmaster -clustername "halfitalian" -wd "/Users/halfitalian/Desktop/sw/etc/unix_scripts" -command "Shell" -options \<command\>sleep.py\ -time\ 5\ \<\/command\>
Use the -command "Shell", and then just pass in args by appending them like normal after the script path. I think this is what you want...
/Applications/Apple\ Qmaster.app/Contents/MacOS/Apple\ Qmaster -clustername test -command "Shell" -options \<command\>\/bin\/echo\ testing\<\/command\>
Good luck!
~Sean