#!/usr/bin/env ruby lib_path = File.expand_path('../../lib', __FILE__) $:.unshift(lib_path) require 'redcarpet/cli' Redcarpet::CLI.process(ARGV)