| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/MSNexploder/jruby/test_github_468/bin/jrubyc | [Back] [Original] |
#!/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
| Web Proxy Viewer | New URL | Original Page |