mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
7 lines
No EOL
160 B
Ruby
Executable file
7 lines
No EOL
160 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
# Require Middleman
|
|
require File.join(File.dirname(__FILE__), '..', 'lib', 'middleman')
|
|
|
|
# Start Middleman
|
|
Middleman.run!(:root => Dir.pwd) |