I make some scripts to install programs automatic but is there a option to do the following.
Press Enter to continue or any other key to skip and go to the next thing? For example, the script will install keylock indicator and touchpad indicator but you want only the touchpad indicator.
exitwithbreakif you don't want to leave the script completely. – TuKsn May 26 '14 at 17:19readand then use acaseorif/elsestatement to react to whatever the user chose. – terdon May 26 '14 at 17:28