add an mm binary to invoke the CLI class

This commit is contained in:
Andre Arko 2011-07-26 21:06:24 -07:00
parent b0dbb13f1e
commit 0e18f26b86

3
bin/mm Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env ruby
require 'middleman/cli'
Middleman::CLI.start