Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 469 Bytes

forkbomb.md

File metadata and controls

22 lines (15 loc) · 469 Bytes
date tags
2024-10-13T16:54
Wizardry

Forkbomb

:(){ :|:& };:

  • :() -> function name
  • {...} -> function body
  • {:|:&} -> recursive call pipe to itself, run in background
  • {...};: -> end function and call it (:)

What does it do?

EXPERIENCE is the best teacher, so RUN IT

but tldr; it crashes/freezes the computer by creating inifinite processes to consume system resources