jubatus-installer
jubatus-installer copied to clipboard
Add long option
It's easy to understand.
For example:
install.sh --path /home/rimms/local/jubatus --re2
We should use getopt
, not getopts
to support long-term options. I'll do it.