Sha256: 572cf929cf4ee31f0028fc862b07cd96161c1f44fb54c9796ca4f704ff7838fc
Contents?: true
Size: 363 Bytes
Versions: 5
Compression:
Stored size: 363 Bytes
Contents
#!/bin/env ruby # # 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__) + "/Fubu.exe " + ARGV.join(' ') result = system(cmd) exit 1 unless result
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fubu-2.0.0.1887.alpha | bin/fubu |
fubu-2.0.0.1853.alpha | bin/fubu |
fubu-2.0.0.1824.alpha | bin/fubu |
fubu-1.0.0.391 | bin/fubu |
fubu-0.9.9.370 | bin/fubu |