Sha256: 4b238c97f09bea1400934f715afbd9d19b84fad10b7b01a67f64cda7f6633e77

Contents?: true

Size: 220 Bytes

Versions: 3

Compression:

Stored size: 220 Bytes

Contents

require 'wait_pid'

if ARGV.include?('-h') || ARGV.include?('--help') || ARGV.length == 0
  puts "syntax: pid"
  exit
end

raise 'only one pid currently supported' if ARGV.length > 1
WaitPid.wait_pid ARGV[0].to_i

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wait_pid-0.2.0 bin/wait_pid
wait_pid-0.1.0 bin/wait_pid
wait_pid-0.0.2 bin/wait_pid