Skip to content

Commit b363cc7

Browse files
Add files via upload
1 parent 21d564e commit b363cc7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+28799
-0
lines changed

compiled-jruby/bin/jruby

Lines changed: 409 additions & 0 deletions
Large diffs are not rendered by default.

compiled-jruby/bin/jrubyc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env jruby
2+
3+
require 'jruby/jrubyc'
4+
5+
status = JRuby::Compiler::compile_argv(ARGV)
6+
7+
if (status != 0)
8+
puts "Compilation FAILED: #{status} error(s) encountered"
9+
exit status
10+
end

0 commit comments

Comments
 (0)