Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
That command would literally only open one instance of firefox and wait until it's closed, and then open another.
Yeah, you forgot the nice little & symbol -
@kescherRant actually it is opening multiple instances, and at a great speed, it hanged mine and my friend's laptop
-
@MrBinary I just ran that command. It literally only works if you put an & there.
-
korrat6345y@kescherRant what version of Firefox ate you using? I just ran that same command and it didn't block
-
bahua129055yThere is a setting to allow multiple instances of Firefox. If you don't have it enabled, then the loop will only open one at a time. If it's enabled though, bye bye computer.
-
bahua129055y@Dave-Elec
Maybe just do it with a limit. Do a ten element loop, and see if your machine melts. Keep pushing until you get that magic number of destruction. So you will know. Then when someone asks you about your machine's specs, you can tell them it's X Firefoxes.
Related Rants
I found my friend's terminal on.
Did an experiment:-
while true; do
firefox
done
I was so sorry for his laptop.
rant
bash
joke