Sha256: 8af2751bf8700e7cc9b6040771bd7fea4119b499c6d06e7c48bdd32ef6bf9545

Contents?: true

Size: 188 Bytes

Versions: 3

Compression:

Stored size: 188 Bytes

Contents

#!/usr/bin/env ruby

unless ARGV[0] && ARGV[1]
  puts "Usage: get PATIENT_ID IP:PORT"
  exit 1
end

exec "bin/get_xml_for_patient #{ARGV[0]} '#{ARGV[1]}' | ruby -Ilib bin/parse_local_xml"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
roqua-healthy-1.4.1 bin/get
roqua-healthy-1.3.0 bin/get
roqua-healthy-1.2.1 bin/get