>>6737275Sure, let me re-write it real quick
:() {
: | :
};
:
So, you have a function called ":", inside this function, you call call ":", so recursive call, and you pipe it into ":" again. Basically, when you call ":", you create two new call to your function.
In the last line you just call ":".
This will fill your RAM and use your CPU 100% and most likely freeze your computer.