#!/usr/bin/ruby.ruby2.4 
lib_path = File.expand_path('../../lib', __FILE__)
$:.unshift(lib_path)

require 'redcarpet/cli'

Redcarpet::CLI.process(ARGV)
