Sha256: 76c4025771c35a023075a9a10c5aa3627608df66ece8a8c9da933daf67686d1f
Contents?: true
Size: 264 Bytes
Versions: 5
Compression:
Stored size: 264 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 #{$*.join(' ')}")
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
openshifter-0.6 | bin/openshifter-ruby |
openshifter-0.5 | bin/openshifter-ruby |
openshifter-0.4 | bin/openshifter-ruby |
openshifter-0.3 | bin/openshifter-ruby |
openshifter-0.2 | bin/openshifter-ruby |