On Thu, Dec 31, 2009 at 10:34 AM, Rajagopal Swaminathan < [email protected]> wrote:
> > or perhaps && after the command to ensure that the first command > completed successfully? > > yes, i tried && also. firefox -install-global-extension xyz.xpi && firefox & Also i tried using a semicolon ";" between the two commands in a single line. firefox -install-global-extension xyz.xpi ; firefox & It also didn't work. also used sleep 5 between the two commands, so that the first command would take its time to finish fully before the next firefox & loads. firefox -install-global-extension xyz.xpi sleep 5 firefox & This also didnt install the extension. But if i do manually, executing the two commands one by one, it installs add-on extension into Firefox!!! Saravanan Sundaramoorthy Red Hat Certified Engineer +91 99404 32545 _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
