In this continuation of our Linux for programmers series, we're going to be covering shell scripts within Linux. Shell scripts are a way to execute shell commands within a script. You can implement loops, if statements, conditions, statements that execute, and expressions that evaluate.