diff options
| author | Dickson S. Guedes | 2011-09-07 22:51:59 +0000 |
|---|---|---|
| committer | Dickson S. Guedes | 2011-09-07 22:51:59 +0000 |
| commit | e51a1e824340a5e9800b7588d4b12eb45929426a (patch) | |
| tree | 96b06d77b9aa509e2d2fcbc9e0b95ecd68f44b74 | |
| parent | b00efa7ffd1138a7736347ee43b0c1f66afe7698 (diff) | |
this was renamed
| -rwxr-xr-x | bin/pgxn_utils | 10 |
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 ) |
