Sha256: e0c946deccec63f5a84386cd6c58831e67a80ebbcc346e623f370d48107da313
Contents?: true
Size: 174 Bytes
Versions: 2
Compression:
Stored size: 174 Bytes
Contents
#!/usr/bin/env ruby def absolute_path(path) path =~ /^\// ? path : File.join(Dir.pwd, path) end file = absolute_path(ARGV[0]) require file Mandy::Job.default.run_map
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trafficbroker-mandy-0.1.0 | bin/mandy-map |
trafficbroker-mandy-0.1.1 | bin/mandy-map |