this was renamed
authorDickson S. Guedes <[email protected]>
Wed, 7 Sep 2011 22:51:59 +0000 (19:51 -0300)
committerDickson S. Guedes <[email protected]>
Wed, 7 Sep 2011 22:51:59 +0000 (19:51 -0300)
bin/pgxn_utils [deleted file]

diff --git a/bin/pgxn_utils b/bin/pgxn_utils
deleted file mode 100755 (executable)
index bbeca56..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env ruby
-$:.unshift File.expand_path('..', __FILE__)
-$:.unshift File.expand_path('../../lib', __FILE__)
-require 'pgxn_utils'
-
-task = __FILE__.split('-')[1] if File.basename(__FILE__) != 'pgxn_utils'
-command_args = [ task ] + ARGV if task
-
-puts "PGXN Utils version: #{PgxnUtils::VERSION}" if ARGV.empty?
-PgxnUtils::CLI.start( command_args || ARGV )