Sha256: 1b9eaf4e573a7639851d9c9419e477cb18cdbf333c6a74e8229ceaf5528735f4

Contents?: true

Size: 513 Bytes

Versions: 11

Compression:

Stored size: 513 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".

require 'pathname'

bindir = Pathname.new(__FILE__).realpath.dirname
$LOAD_PATH.unshift((bindir + '../lib').realpath)

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.0.0 bin/review-epub2html
review-4.2.0 bin/review-epub2html
review-4.1.0 bin/review-epub2html
review-4.0.0 bin/review-epub2html
review-3.2.0 bin/review-epub2html
review-3.1.0 bin/review-epub2html
review-3.0.0 bin/review-epub2html
review-3.0.0.rc1 bin/review-epub2html
review-3.0.0.preview4 bin/review-epub2html
review-3.0.0.preview3 bin/review-epub2html
review-3.0.0.preview2 bin/review-epub2html