Skip to content

Instantly share code, notes, and snippets.

@ajlanghorn
Created March 1, 2015 21:47
Show Gist options
  • Save ajlanghorn/584458f80d3a87bec9f4 to your computer and use it in GitHub Desktop.
Save ajlanghorn/584458f80d3a87bec9f4 to your computer and use it in GitHub Desktop.
Forkbombs.
#!/usr/bin/env python
import "os"
while True:
os.fork()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment