Sha256: 414694b553d84b413ac6303f80d65f3e536c9b88b12de7cfda476fef418731d2
Contents?: true
Size: 431 Bytes
Versions: 11
Compression:
Stored size: 431 Bytes
Contents
#!/usr/bin/env ruby # Copyright (c) 2010-2019 Kenshi Muto and Masayoshi Takahashi # # 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 'optparse' require 'review/epubmaker' ReVIEW::EPUBMaker.execute(*ARGV)
Version data entries
11 entries across 11 versions & 1 rubygems