#!/usr/bin/env ruby

$LOAD_PATH.unshift *Dir[File.expand_path("../../lib", __FILE__), File.expand_path("../../modules", __FILE__)]

require 'smart_proxy'
Proxy::Launcher.launch
