#!/usr/bin/env ruby

require 'pathname'
path = Pathname.new(__FILE__)
require File.expand_path(File.dirname(path.realpath) + '/../lib/haste')

cli = Haste::CLI.new
cli.start
