#!/usr/pkg/bin/ruby31
lib_path = File.expand_path('../../lib', __FILE__)
$:.unshift(lib_path)

require 'redcarpet/cli'

Redcarpet::CLI.process(ARGV)
