-
All replies
-
Helpful answers
-
Oct 23, 2014 7:17 PM in response to DW_99by Hiroto,Hello
You may create an Automator service as follows:
0) Service receives selected [URLs] in [any application]
1) Run Shell Script action
- Shell = /bin/bash
- Pass input = as arguments
= Code = as follows
#!/bin/bash open -b org.mozilla.firefox "$@"
Workflow will look something like this.
Tested under 10.6.8.
Hope this may help,
H

