Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / logstash   deb

Repository URL to install this package:

/ opt / logstash / vendor / jruby / bin / jrubyc

#!/usr/bin/env jruby

require 'jruby/jrubyc'

status =  JRuby::Compiler::compile_argv(ARGV)

if (status != 0)
  puts "Compilation FAILED: #{status} error(s) encountered"
  exit status
end