This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
pgls/bin/pg_ldap_sync

7 lines
110 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
require 'rubygems'
require 'pg_ldap_sync/application'
PgLdapSync::Application.run(ARGV)