Skip to content

Instantly share code, notes, and snippets.

@zlx
Created June 16, 2014 08:58
Show Gist options
  • Save zlx/89f2cf36c2eda69ead3d to your computer and use it in GitHub Desktop.
Save zlx/89f2cf36c2eda69ead3d to your computer and use it in GitHub Desktop.
fork do
5.times do
sleep 1
puts "I'm an orphan!"
end
end
abort "Parent process died..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment