ctubbsii commented on issue #1084: Condense fluo.sh
URL: https://github.com/apache/fluo/issues/1084#issuecomment-596208471
 
 
   @ZoukeNN Creating a bash function to collapse some things seems like a good 
idea. Additionally, some cases could be combined that have identical bodies.
   
   Example:
   ```bash
   config|get-jars)
     check_conn_props
     $JAVA org.apache.fluo.command.FluoProgram "$@"
     ;;
   status|wait)
     $JAVA org.apache.fluo.command.FluoProgram "$@"
     ;;
   ```
   
   Also, be sure to use [shellcheck](https://github.com/koalaman/shellcheck) to 
check for potential problems.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to