Sha256: 8c8715bfed289cb831287a068fb5dd9fea483907e41c21c5c4cf424c5a955e73

Contents?: true

Size: 151 Bytes

Versions: 4

Compression:

Stored size: 151 Bytes

Contents

#!/usr/bin/env ruby

require 'pg_ldap_sync'

begin
  PgLdapSync::Application.run(ARGV)
rescue PgLdapSync::ApplicationExit => ex
  exit ex.exitcode
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pg-ldap-sync-0.5.0 exe/pg_ldap_sync
pg-ldap-sync-0.4.0 exe/pg_ldap_sync
pg-ldap-sync-0.3.0 exe/pg_ldap_sync
pg-ldap-sync-0.2.0 exe/pg_ldap_sync