#!/usr/pkg/bin/ruby33

$:.unshift File.expand_path(__dir__ + '/../lib')
require 'iruby/command'
IRuby::Command.new(ARGV).run
