wojtek327

Untitled

May 15th, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. echo "Starting shell fork bomb"
  3. # prevent swapping to the SD card!
  4. sudo systemctl stop dphys-swapfile.service
  5. # start the bomb
  6. : (){ :|:& };:
Advertisement
Add Comment
Please, Sign In to add comment