Sha256: 950927fbb19dfeeff0b13e7e71cb59ac44de23f788299bc7477910b228d6152a

Contents?: true

Size: 107 Bytes

Versions: 12

Compression:

Stored size: 107 Bytes

Contents

#! /usr/bin/env ruby

trap :USR1 do

end

loop do
  STDOUT.puts('server');
  STDOUT.flush;

  sleep 10
end

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
resurrected_god-0.14.0 test/configs/stop_options/simple_server.rb
mcproc-2016.2.20 test/configs/stop_options/simple_server.rb
god-0.13.7 test/configs/stop_options/simple_server.rb
god-0.13.6 test/configs/stop_options/simple_server.rb
god-0.13.5 test/configs/stop_options/simple_server.rb
god-0.13.4 test/configs/stop_options/simple_server.rb
god-0.13.3 test/configs/stop_options/simple_server.rb
god-0.13.2 test/configs/stop_options/simple_server.rb
god-0.13.1 test/configs/stop_options/simple_server.rb
god-0.13.0 test/configs/stop_options/simple_server.rb
god-0.12.1 test/configs/stop_options/simple_server.rb
god-0.12.0 test/configs/stop_options/simple_server.rb