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:
1d3e163
)
created a commandline client
author
Dickson S. Guedes
<
[email protected]
>
Sun, 8 May 2011 23:08:27 +0000
(20:08 -0300)
committer
Dickson S. Guedes
<
[email protected]
>
Sun, 8 May 2011 23:08:27 +0000
(20:08 -0300)
bin/pgxn_utils
[new file with mode: 0755]
patch
|
blob
diff --git a/bin/pgxn_utils
b/bin/pgxn_utils
new file mode 100755
(executable)
index 0000000..
671c4bf
--- /dev/null
+++ b/
bin/pgxn_utils
@@ -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