Return to Snippet

Revision: 59009
at August 13, 2012 23:59 by beaknit


Initial Code
perl -e 'while (--$ARGV[0] and fork) {}; while () {}' 4

Initial URL


Initial Description
Set the last parameter to the number of cores.

End with 'killall perl'

Initial Title
Perl CPU Killer

Initial Tags
Bash, load

Initial Language
Bash