Sha256: d85f14bef09bcba49c093688a80173304fdd5f0c8f7cc3cdffb415e30a3eb970

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

#! /usr/bin/ruby

if RUBY_VERSION < "1.9.2"
    STDERR.puts "autoproj requires Ruby >= 1.9.2"
    exit 1
end

AUTOPROJ_OPS_INSTALL

ops = Autoproj::Ops::Install.new(Dir.pwd)
ops.parse_options(ARGV)
ops.run

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
autoproj-2.0.0.rc4 bin/autoproj_bootstrap.in