Files
foreman/data/example/error
2011-09-12 19:07:14 -04:00

8 lines
89 B
Ruby
Executable File

#!/usr/bin/env ruby
$stdout.sync = true
puts "will error in 10s"
sleep 5
raise "Dying"