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/exe/pg_ldap_sync

6 lines
79 B
Plaintext
Raw Normal View History

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