Wednesday, December 05, 2007

forkbomb

have you ever seen this:
:(){ :|:& };:

This is a bash fork bomb.

It's the same as writing:

func()
{
func | func&
}

func

but it looks a lot more cryptic.

3 comments: