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
2011-05-18 15:45:08 +02:00

7 lines
110 B
Ruby
Executable File

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