Project

General

Profile

Backport #7134 » hup.rb

execution of this script causes strange behaviour - auastro (Andy Kitchen), 10/10/2012 05:36 PM

 
Signal.trap("HUP") do
puts "In Hup Handler"
end

Process.kill("HUP", $$)
puts "Finished..."
(1-1/2)