Added alternative syntax for easier reading

pull/82/head
terminalforlife 5 years ago
parent 25f4ef1390
commit c08786cb0e

@ -6,3 +6,6 @@
# function definition and then calls the function to begin the chain reaction.
# A very nasty trick, indeed.
:(){ :|: & };:
# A more-readable version of the fork bomb could be written as:
FORK(){ true | true & }; FORK

Loading…
Cancel
Save