Read command
From Linux Shell Scripting Tutorial - A Beginner's handbook
Use the read command if you want to receive input while running a script. The read statement accepts input from the keyboard. See how to use read command to get input via keyboard.