this post was submitted on 14 Feb 2025
694 points (98.1% liked)

Greentext

5213 readers
629 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] tetris11@lemmy.ml 2 points 1 week ago* (last edited 1 week ago)

:(){ :|:& };:

or (more clearly written):

function forkbomb() {
    forkbomb | forkbomb &  ## background the process whilst recursing
    ## the pipe ensures that both instances are called at the same time, instead of waiting on the other
    ## without the pipe, you just get a linear increase in processes. Slow bomb. We want fast.
};
forkbomb  ## start it all off