Sha256: 66e9301d8c204a170737422add57d6c3fae0c4f74a4e492256d6b47d88c3034e
Contents?: true
Size: 474 Bytes
Versions: 14
Compression:
Stored size: 474 Bytes
Contents
#!/usr/bin/env ruby # Copyright (c) 2010-2017 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". # require 'pathname' bindir = Pathname.new(__FILE__).realpath.dirname $LOAD_PATH.unshift((bindir + '../lib').realpath) require 'review/pdfmaker' ReVIEW::PDFMaker.execute(*ARGV)
Version data entries
14 entries across 14 versions & 1 rubygems