#!/usr/bin/env ruby

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

require 'smart_proxy_main'
Proxy::Launcher.new.launch
