Launch Mozilla
Launch Mozilla is a simple bash script to launch a new mozilla browser window. I had trouble launching a new window
as Mozilla kept on asking me for my profile. When I chose default it always came up as default is in use. So I wrote
a simple script to get round it.
This script first tries to launch mozilla with an attribute -remote "xfeDoCommand(openBrowser)".
If that fails with result 1, Mozilla not running - which means that the remote message couldn't be sent to a mozilla window,
then the script launches a fresh mozilla instance using mozilla.
Very simple, yet saves me a lot of time!
Here is a sample screenshot:
click here to download lmoz
News:
- 16/09/2002 - 12:08] Uploaded website
- 15/09/2002 - 22:30] Uploaded script
- 14/09/2002 - 10:00] Applied for site from SourceForge (thankyou sourceforge!)