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.
exit
withbreak
if you don't want to leave the script completely. – TuKsn May 26 '14 at 17:19read
and then use acase
orif/else
statement to react to whatever the user chose. – terdon May 26 '14 at 17:28