#!/usr/bin/env ruby require File.join(File.expand_path(File.dirname(__FILE__)), '../lib/poe') puts 'configuring your repo....' Poe.new(ARGV[0]).run puts '--------------------'