summaryrefslogtreecommitdiffstats
path: root/bin/hcl
blob: 9956697680a9167230138e6a33560feb9f244679 (plain)
1
2
3
4
5
6
#!/usr/bin/env ruby
$:.unshift(File.join(File.dirname(__FILE__), "../lib"))

require 'hcl/app'
HCl::App.command *ARGV