#!/usr/bin/env ruby
require 'rubygems'
require 'bundler/setup'
require 'pg_ldap_sync'
begin
PgLdapSync::Application.run(ARGV)
rescue PgLdapSync::ApplicationExit => ex
exit ex.exitcode
end