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
Lars Kanis 611abf1594
Move from Hoe to Bundler
This adds a gemspec and a Gemfile to the repository.
2018-02-06 21:56:53 +01:00

6 lines
79 B
Ruby
Executable File

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