7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
|
||
|
require 'rubygems'
|
||
|
require 'pg_ldap_sync/application'
|
||
|
|
||
|
PgLdapSync::Application.run(ARGV)
|