5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
`dirname $0`/hbase org.jruby.Main $*
|
||
|
|