In this video we write a bash script that demonstrates two varieties of for loops. In both cases we use the loop to sum the numbers from 1 to 100. We also look at running the script from the terminal with the command bash. Then we look at using the chmod command to change the permissions of the bash script and make it executable. Then we can run the script without using the bash command.