What is a shell script?
A shell script is a series of shell commands put together in a file, when the script is run, those commands will be executed one line at a time automatically. Shell scripts are used in software environments to automate execution of tasks. When compared to other computer programs, a shell script is interpreted and not compiled.