Sha256: 88fe54193ce2227e70ab00cba80386d9c8347bc904d34565a937480408f12a80
Contents?: true
Size: 255 Bytes
Versions: 5
Compression:
Stored size: 255 Bytes
Contents
#!/usr/bin/env ruby # -*- coding: utf-8 -*- # Copyright 2020-2021 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
5 entries across 5 versions & 1 rubygems