#!/usr/lib/ruby/bin/ruby

$:.unshift File.dirname(__FILE__) + '/../lib'
require 'html2slim/command'

cmd = HTML2Slim::HTMLCommand.new(ARGV)
cmd.run