How to make sure that the commands in a script file gets executed one after
the other, waiting for the previous command to finish. Irrespective of the
time the previous command takes.

I need to install a firefox extension right from command line, and then need
to execute firefox. all inside a startup script.

I could boot up with Firefox installed and it starts up firefox (with my
script) but the extension is not installed.

i need to execute the commands in order, one after the previous one finishes
(successfully or completely or with exit status 0 i dont know exactly)

firefox -install-global-extension xyz.xpi
firefox &

Geeks of ILUGC help me out!!!

Saravanan Sundaramoorthy
Red Hat Certified Engineer
+91 99404 32545
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to