UNPKG

forkbomb

Version:

Lock your system up, now using node!

20 lines (14 loc) 518 B
# Forkbomb ### This Only works on UNIX systems Running this file will create a fork bomb which will create a multitude of processes on your computer/server. This will near instantaneously eat up all of the available resources. Your system will come to a halt and will have to be rebooted. I recommend you only using this in a virtual machine. Read about fork bombs [WIKI: Fork Bombs](https://en.wikipedia.org/wiki/Fork_bomb) Install ```sh $ npm install forkbomb ``` Use ```sh $ node . -f ```