summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDickson S. Guedes2011-09-07 22:51:59 +0000
committerDickson S. Guedes2011-09-07 22:51:59 +0000
commite51a1e824340a5e9800b7588d4b12eb45929426a (patch)
tree96b06d77b9aa509e2d2fcbc9e0b95ecd68f44b74
parentb00efa7ffd1138a7736347ee43b0c1f66afe7698 (diff)
this was renamed
-rwxr-xr-xbin/pgxn_utils10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/pgxn_utils b/bin/pgxn_utils
deleted file mode 100755
index bbeca56..0000000
--- a/bin/pgxn_utils
+++ /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 )