Sha256: 85a88ab50a5b02348bc6f0f7b825217a4f90fe4a4ae5864a7075b65020fe86b0
Contents?: true
Size: 447 Bytes
Versions: 13
Compression:
Stored size: 447 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/textmaker' ReVIEW::TEXTMaker.execute(*ARGV)
Version data entries
13 entries across 13 versions & 1 rubygems