#!/usr/bin/env ruby

$: << File.expand_path(File.dirname(__FILE__) + "/../lib")
require 'rdiscount'
STDOUT.write(RDiscount.new(ARGF.read).to_html)
