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

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

Slim::Command.new(ARGV).run
