Taking example of adding new as Option # in the main menu
- Create new Directory in Project's Root with name Tool#
- Create new file run.sh in ProjectRoot/Tool# directory which will invoke the tool
- Add new method with name operation# in options.sh
- Add new entry in options() method in run.sh
- Add new case block in switch-case in run.sh