Sha256: ec176a17c91f09883f5bb50902aedb85176c1fcaa9081920fde0765295252452

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

#!/usr/bin/env ruby

def absolute_path(path)
  path =~ /^\// ? path : File.join(Dir.pwd, path)
end

file   = absolute_path(ARGV[0])
job_name = ARGV[1]

require file

Mandy::Job.find_by_name(job_name).run_map

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
trafficbroker-mandy-0.1.2 bin/mandy-map
trafficbroker-mandy-0.1.3 bin/mandy-map