#!/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(' ')}")