#!/usr/pkg/bin/ruby31
#
# Copyright (c) 2013-2017 Masanori Kado, Masayoshi Takahashi, Kenshi Muto
#
# This program is free software.
# You can distribute or modify this program under the terms of
# the GNU LGPL, Lesser General Public License version 2.1.
# For details of the GNU LGPL, see the file "COPYING".

$LOAD_PATH.unshift(File.realpath('../lib', __dir__))

require 'review/init'

if File.basename($PROGRAM_NAME) == File.basename(__FILE__)
  ReVIEW::Init.execute(*ARGV)
end
