611abf1594
This adds a gemspec and a Gemfile to the repository.
6 lines
79 B
Ruby
Executable File
6 lines
79 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require 'pg_ldap_sync'
|
|
|
|
PgLdapSync::Application.run(ARGV)
|