#!/usr/bin/ruby.ruby2.2 

$:.unshift File.expand_path('../../lib', __FILE__)
require 'hamlit/cli'

Hamlit::CLI.start(ARGV)
