Sha256: 56e06eb661aea10f2888bd5b82da954f3c3d7f107237304b03cfd45040600657
Contents?: true
Size: 373 Bytes
Versions: 3
Compression:
Stored size: 373 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'bottles' is installed as part of a gem, and # this file is here to facilitate running it. # cmd = "" if(!RUBY_PLATFORM.match("linux|darwin").nil?) cmd << "mono " end cmd << File.dirname(__FILE__) + "/bottles.exe " + ARGV.join(' ') result = system(cmd) exit 1 unless result
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bottles-2.1.0.584 | bin/bottles |
bottles-2.0.0.576 | bin/bottles |
bottles-2.0.0.567 | bin/bottles |