...
Code Block |
---|
#!/bin/bash # Open argument with firefox /usr/bin/open -a /Applications/Firefox.app $1 |
FireFox is a great platform for development. Its extensive array of develop plugins make it an ideal companion to the WebObjects developer. Get it here: http://getfirefox.com/
...