created a commandline client
authorDickson S. Guedes <[email protected]>
Sun, 8 May 2011 23:08:27 +0000 (20:08 -0300)
committerDickson S. Guedes <[email protected]>
Sun, 8 May 2011 23:08:27 +0000 (20:08 -0300)
bin/pgxn_utils [new file with mode: 0755]

diff --git a/bin/pgxn_utils b/bin/pgxn_utils
new file mode 100755 (executable)
index 0000000..671c4bf
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/env ruby
+$:.unshift File.expand_path('..', __FILE__)
+$:.unshift File.expand_path('../../lib', __FILE__)
+require 'pgxn_utils'
+PgxnUtils::CLI.start