Sha256: ca5cea486892bc271a3b083f97b1c6a6b71cfddbc44b0e825ec6ce39e66b5572
Contents?: true
Size: 177 Bytes
Versions: 2
Compression:
Stored size: 177 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_reduce
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trafficbroker-mandy-0.1.0 | bin/mandy-reduce |
trafficbroker-mandy-0.1.1 | bin/mandy-reduce |