#!/usr/bin/env ruby

require_relative '../lib/runner.rb'

runner = JRubyTruffleRunner.new ARGV
exit runner.run
