File: pg_ldap_sync

package info (click to toggle)
pg-ldap-sync 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: ruby: 424; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby

require "pg_ldap_sync"

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