Sha256: 05ed86881dcaaee8c647d2d666df2afd32215edd58760f296a74aed3beb74260
Contents?: true
Size: 620 Bytes
Versions: 7
Compression:
Stored size: 620 Bytes
Contents
#!/usr/bin/env ruby # # Copyright (c) 2008-2020 Minero Aoki, Kenshi Muto # 1999-2007 Minero Aoki # # 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/tocprinter' begin Signal.trap(:INT) { exit 1 } unless RUBY_PLATFORM.match?(/mswin(?!ce)|mingw|cygwin|bccwin/) Signal.trap(:PIPE, 'IGNORE') end ReVIEW::TOCPrinter.execute(*ARGV) rescue Errno::EPIPE exit 0 end
Version data entries
7 entries across 7 versions & 1 rubygems