projects
/
pgxn-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00efa7
)
this was renamed
author
Dickson S. Guedes
<
[email protected]
>
Wed, 7 Sep 2011 22:51:59 +0000
(19:51 -0300)
committer
Dickson S. Guedes
<
[email protected]
>
Wed, 7 Sep 2011 22:51:59 +0000
(19:51 -0300)
bin/pgxn_utils
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/bin/pgxn_utils
b/bin/pgxn_utils
deleted file mode 100755
(executable)
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 )