DEBSOURCES
Skip Quicknav
sources / pg-ldap-sync / 0.5.3-1 / exe / pg_ldap_sync
123456789
#!/usr/bin/env ruby require "pg_ldap_sync" begin PgLdapSync::Application.run(ARGV) rescue PgLdapSync::ApplicationExit => ex exit ex.exitcode end