Sha256: b1354f227a2661ca2071f3fb62b36477f24e75809122cabf04d26b611bffc40a

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

#!/usr/bin/env ruby
# Copyright 2020-2023 Kenshi Muto

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

require 'pandoc2review'

p2r = Pandoc2ReVIEW.new
p2r.main

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pandoc2review-2.0.0 exe/pandoc2review