Sha256: 561ced72e8a106e2a898988c399e447a41dc35a4d4adad676033bb30be8175d7

Contents?: true

Size: 236 Bytes

Versions: 4

Compression:

Stored size: 236 Bytes

Contents

require 'rbatch'

RBatch::Log.new do |log|
  if ARGV.size != 2
    raise "Argument ERROR: Usage: ruby store_to_openidm.rb (category) (file)"
  end
  category=ARGV[0]
  filepath=ARGV[1]
  store_file_to_openidm(category,filepath,log)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rbatch-2.1.4 sample/bin/store_to_idm.rb
rbatch-2.1.3 sample/bin/store_to_idm.rb
rbatch-2.1.2 sample/bin/store_to_idm.rb
rbatch-2.1.1 sample/bin/store_to_idm.rb