#!/usr/bin/env ruby1.9 # encoding: UTF-8 unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__) + '/../lib')) $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib')) end require 'plow' Plow::Application.launch(*ARGV)