Sha256: 66e9c8dc9c61cc10576f53d88f2a90a96c851d5c7df43ce4982fd03da36b14e2
Contents?: true
Size: 370 Bytes
Versions: 9
Compression:
Stored size: 370 Bytes
Contents
#!C:/Ruby/bin/ruby.exe # # This file was generated by RubyGems. # # The application 'fubu' 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__) + "/ripple.exe " + ARGV.join(' ') result = system(cmd) exit 1 unless result
Version data entries
9 entries across 9 versions & 1 rubygems