Sha256: 3192100427d5e47194380943d3bc0001c02bfc08810e30c5d6909cd9d7fa36fc

Contents?: true

Size: 106 Bytes

Versions: 3

Compression:

Stored size: 106 Bytes

Contents

#! /usr/bin/env ruby

trap :USR1 do

end

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

  sleep 10
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
firenxis-god-0.11.0 test/configs/stop_options/simple_server.rb
god-0.11.0 test/configs/stop_options/simple_server.rb
god-0.10.1 test/configs/stop_options/simple_server.rb