Sha256: 30ee9a5c738e03055dc9812172053dcf574c0d06b23b3f49c2550977fc89bd1b
Contents?: true
Size: 274 Bytes
Versions: 5
Compression:
Stored size: 274 Bytes
Contents
#!/usr/bin/env ruby require File.expand_path('../../lib/openshifter/init', __FILE__) if CONFIG['install'] == 'remote' puts '-> Can not be used with remote install.' exit(0) end exec("java -jar .openshift/lib/jruby-#{CONFIG['jruby']}.jar -S bundle #{$*.join(' ')}")
Version data entries
5 entries across 5 versions & 1 rubygems