Skip to content

Instantly share code, notes, and snippets.

@ujihisa
Created March 12, 2010 06:08
Show Gist options
  • Save ujihisa/330078 to your computer and use it in GitHub Desktop.
Save ujihisa/330078 to your computer and use it in GitHub Desktop.
Blogger.vim Thu Mar 11 22:08:55 -0800 2010
pid0 = fork {
pid1 = fork {
sleep 2
puts 'bah!'
}
sleep 1
}
Process.kill 'HUP', pid0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment