Move from Hoe to Bundler
This adds a gemspec and a Gemfile to the repository.
This commit is contained in:
5
exe/pg_ldap_sync
Executable file
5
exe/pg_ldap_sync
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require 'pg_ldap_sync'
|
||||
|
||||
PgLdapSync::Application.run(ARGV)
|
Reference in New Issue
Block a user