#!/usr/bin/ruby.ruby4.0 

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

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