I want to make my script user interactive. On running the script (./versionControl.sh) the first thing that should appear on the screen is
Please enter the package name::
When the user enters the package name it should take that package name as input and do further operations
How can i achieve this? Kindly help