Sha256: 0bd3d4040b708a71aaa357d7975dbfbb4f91b039cdaf213b11c78c59bec78fee

Contents?: true

Size: 448 Bytes

Versions: 11

Compression:

Stored size: 448 Bytes

Contents

#!/usr/bin/env ruby
#
# Copyright (c) 2018 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/epub2html'

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
review-5.10.0 bin/review-epub2html
review-5.9.0 bin/review-epub2html
review-5.8.0 bin/review-epub2html
review-5.7.0 bin/review-epub2html
review-5.6.0 bin/review-epub2html
review-5.5.0 bin/review-epub2html
review-5.4.0 bin/review-epub2html
review-5.3.0 bin/review-epub2html
review-5.2.0 bin/review-epub2html
review-5.1.1 bin/review-epub2html
review-5.1.0 bin/review-epub2html